html,
body
{
    height:100%;
    overflow-x:hidden;
}

*,
*::before,
*::after
{
    box-sizing:border-box;
}

:root
{
    --bg-soft:#eceae3;
    --surface:#ffffff;
    --surface-muted:#f6f6f4;
    --ink:#3f4349;
    --ink-soft:#62666c;
    --brand:#c9252b;
    --line:#d6d7d8;
    --shadow-soft:0px 3px 18px rgba(0, 0, 0, 0.08);
}

body
{
    margin:0px 0px 0px 0px;
    font-family:"Segoe UI", Tahoma, Geneva, Verdana, Arial, sans-serif;
    color:var(--ink-soft);
    font-size:13px;
    background:#efede6;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
}
center
{
    display:block;
    width:100%;
}
img
{
    border-width:0px;
}
a
{
    text-decoration:none;
    color:inherit;
    transition:color 0.2s ease;
}
a:hover
{
    color:#c9252b;
}
.main-div
{
    background:#efede6;
    width:100%;
    margin:0px auto; 
    padding:0px 0px 0px 0px; 
    clear:both;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    max-width:1700px;
}
.topbar-div
{
    background:#efede6;
    width:100%;
    height:96px;
    text-align:left; 
    vertical-align:middle;  
    clear:both;
    border-bottom:1px solid var(--line);
    box-shadow:0px 1px 0px rgba(0, 0, 0, 0.03);
}
.topbar-inner
{
    max-width:1680px;
    margin:0px auto;
    padding:0px 18px;
    height:100%;
    display:flex;
    align-items:center;
    gap:16px;
}
.logo-link
{
    display:inline-block;
    margin:0px;
}
.tb_logo
{
    margin:0px;
    vertical-align:top;
    height:74px;
    width:auto;
}
.topbar-meta
{
    min-width:0;
}
.topbar-right-banner
{
    margin-left:auto;
    width:468px;
    min-width:468px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    overflow:hidden;
}
.topbar-banner-image
{
    width:468px;
    height:60px;
    display:block;
    object-fit:cover;
}
.topbar-title
{
    font-size:16px;
    color:var(--ink);
    font-weight:700;
    letter-spacing:0.2px;
}
.topbar-subtitle
{
    margin-top:3px;
    color:#70757b;
    font-size:11px;
    letter-spacing:0.2px;
}
@media (max-width:1100px)
{
    .topbar-div
    {
        height:auto;
    }
    .topbar-inner
    {
        flex-wrap:wrap;
        padding-top:10px;
        padding-bottom:10px;
        gap:10px;
    }
    .topbar-right-banner
    {
        margin-left:auto;
        width:468px;
        min-width:468px;
        justify-content:flex-end;
        overflow:hidden;
    }
    .topbar-banner-image
    {
        width:468px;
        min-width:468px;
        height:60px;
        min-height:60px;
        object-fit:cover;
    }
}
.menu-div
{
    background:linear-gradient(to right, #474c52 0%, #60656c 100%);
    width:100%;
    min-height:40px;
    text-align:left;
    vertical-align:middle;  
    clear:both;
    overflow:visible;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:4px 0px;
    padding:6px 18px;
    box-sizing:border-box;
    box-shadow:inset 0px -1px 0px rgba(255, 255, 255, 0.08);
    justify-content:center;
}
.menu-div a
{
    display:inline-block;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    letter-spacing:0.25px;
    line-height:28px;
    padding:0px 8px;
    border-radius:4px;
    transition:background-color 0.15s ease, color 0.15s ease;
}
.menu-div a:hover
{
    color:#ffffff;
    background-color:rgba(255, 255, 255, 0.16);
}
.menu-pipe
{
    margin:0px 7px;
    color:#ffffff;
    line-height:26px;
}
.list-toolbar
{
    margin:16px 14px 0px 14px;
    padding:8px 12px;
    background:linear-gradient(to right, #6f747b 0%, #8e939a 100%);
    color:#ffffff;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    letter-spacing:0.4px;
    border-radius:6px;
    box-shadow:0px 2px 6px rgba(0, 0, 0, 0.08);
}
.content-switch
{
    margin:10px 14px 0px 14px;
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}
.content-switch-link
{
    display:inline-block;
    padding:8px 14px;
    border:1px solid #c9c8c3;
    border-radius:6px;
    background:linear-gradient(to bottom, #f8f7f4 0%, #f0ede6 100%);
    color:#50545a;
    font-size:11px;
    font-weight:bold;
    letter-spacing:0.2px;
    transition:all 0.2s ease;
    cursor:pointer;
}
.content-switch-link:hover
{
    border-color:#b8b7ae;
    background:linear-gradient(to bottom, #f2f0ed 0%, #e8e5dc 100%);
}
.content-switch-link.is-active
{
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    border-color:#c9252b;
    color:#ffffff;
    box-shadow:0px 4px 10px rgba(201, 37, 43, 0.2);
}
.page-panel
{
    width:auto;
    margin:21px 26px 0px 26px;
    text-align:left;
}
.page-panel-left
{
    text-align:left;
}
.panel-title
{
    margin:0px;
    padding:0px;
    font-size:20px;
    color:#3f4146;
}
.panel-note
{
    text-align:center;
    margin:15px 0px;
    font-size:11px;
}
.panel-success
{
    color:#1f7d32;
}
.panel-error
{
    color:#c9252b;
}
.hiddenPic
{
    display:none;
}
.contentwrapper-div
{
    width:100%;
    text-align:left; 
    vertical-align:top; 
    clear:both;
    background:transparent;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:var(--brand);
    flex:1 0 auto;
    padding:18px;
    box-sizing:border-box;
}
.layout-grid
{
    display:grid;
    grid-template-columns:minmax(0, 230px) minmax(0, 1fr) minmax(0, 250px);
    gap:18px;
    width:100%;
    align-items:start;
}
.leftpanel-div
{
    width:100%;
}
.lp_issue
{
    width:191px;
    max-width:calc(100% - 24px);
    margin-left:12px;
    margin-top:16px;
    text-align:left;
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:8px;
    padding:10px;
    box-shadow:var(--shadow-soft);
    overflow:hidden;
}
.latest-issue-link
{
    display:block;
    width:100%;
}
.latest-issue-title
{
    display:block;
}
.latest-issue-image
{
    display:block;
    width:100%;
    max-width:100%;
    max-height:260px;
    height:auto;
    object-fit:contain;
    margin-left:auto;
    margin-right:auto;
    margin-top:8px;
    border-radius:6px;
}
.banner
{
    margin-top:14px;
    text-align:center;
}
.left-ad-slot
{
    margin-left:12px;
    margin-right:12px;
    text-align:left;
}
.side-banner-img
{
    width:200px;
    height:auto;
}
.banner-empty
{
    width:200px;
    border:1px dashed #a7a9ac;
    background:var(--surface-muted);
    padding:10px;
    color:#666;
    font-size:11px;
    border-radius:8px;
}
.lp_catalog
{
    width:191px;
    font-size:10px; 
    margin-top:12px; 
    margin-left:5px; 
    line-height:18px; 
    margin-right:4px; 
    border-style:inset; 
    border-width:1px; 
    border-color:#a7a9ac;
}
.lp_catalog_bullet
{
    margin:3px 5px 0px 8px;
}
.zerospacer
{
    clear:both;
    margin:0px 0px 0px 0px;
}
.content-div
{
    width:auto;
    min-width:0;
    text-align:center; 
    vertical-align:top;
    padding:10px 6px 14px 6px;
    box-sizing:border-box;
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:10px;
    box-shadow:var(--shadow-soft);
}
.rightpanel-div
{
    width:100%;
}
.form-content
{
    margin:16px 0px 0px 0px;
    width:100%;
    font-size:11px;
    text-align:left;
    vertical-align:top;
    clear:both;
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:8px;
    padding:14px;
    box-sizing:border-box;
    box-shadow:var(--shadow-soft);
}
.form-content-login p
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}
.form-text
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    width:100%;
    box-sizing:border-box;
    padding:8px 10px;
    border:1px solid #d0d3d8;
    background:#ffffff;
    border-radius:6px;
    transition:border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-text:focus
{
    outline:none;
    border-color:#c9252b;
    box-shadow:0px 0px 0px 3px rgba(201, 37, 43, 0.12);
}
.form-grid
{
    display:grid;
    grid-template-columns:210px 1fr;
    gap:12px;
    align-items:start;
}
.form-labels p,
.form-fields p
{
    margin:0px 0px 10px 0px;
    min-height:24px;
}
.form-fields textarea
{
    min-height:72px;
    resize:vertical;
}
.form-submit
{
    text-align:center;
    margin:15px 0px 5px 0px;
    clear:both;
}
.form-submit input[type="submit"]
{
    padding:10px 24px;
    cursor:pointer;
    border:0;
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    transition:background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    border-radius:6px;
    box-shadow:0px 4px 12px rgba(201, 37, 43, 0.24);
}
.form-submit input[type="submit"]:hover
{
    background:linear-gradient(135deg, #b02028 0%, #8b1819 100%);
    transform:translateY(-1px);
    box-shadow:0px 6px 16px rgba(201, 37, 43, 0.32);
}
.form-submit input[type="submit"]:active
{
    transform:translateY(0);
    box-shadow:0px 2px 8px rgba(201, 37, 43, 0.2);
}
.pricing-wrap
{
    margin:14px 0px 10px 0px;
}
.pricing-table-scroll
{
    overflow-x:auto;
    border:1px solid #d7d1c5;
    background:linear-gradient(to bottom, #ffffff 0%, #f7f7f5 100%);
    border-radius:10px;
    box-shadow:var(--shadow-soft);
}

.subscribe-pricing-grid
{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
    padding:12px;
    align-items:stretch;
}

.subscribe-pricing-card
{
    border:1px solid #ddd6c9;
    border-radius:8px;
    background:#ffffff;
    overflow:hidden;
    box-shadow:0px 2px 8px rgba(0, 0, 0, 0.05);
    display:flex;
    flex-direction:column;
    height:100%;
}

.subscribe-pricing-table
{
    min-width:0;
    table-layout:fixed;
}

.subscribe-pricing-table th.subscribe-pricing-section
{
    background:linear-gradient(to right, #6f747b 0%, #8e939a 100%);
    color:#ffffff;
    font-size:18px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:0.2px;
    padding:10px 12px;
    text-align:left;
}

.subscribe-pricing-table th
{
    background:#3f4349;
    color:#ffffff;
    text-align:left;
    font-size:12px;
    letter-spacing:0.25px;
    padding:9px 12px;
}

.subscribe-pricing-table td
{
    color:#3f4349;
    padding:9px 12px;
}

.subscribe-pricing-table tr:nth-child(even) td
{
    background:#fcfbf8;
}

.subscribe-pricing-note
{
    padding:10px 12px 11px 12px;
    font-size:12px;
    line-height:1.4;
    color:#5a5f66;
    font-weight:700;
    border-top:1px dashed #ddd6c9;
    background:#fffdfa;
    margin-top:auto;
}
.pricing-table
{
    width:100%;
    min-width:0;
    border-collapse:collapse;
    font-size:12px;
}
.pricing-table td
{
    padding:9px 12px;
    border:1px solid #e4dfd4;
}
.pricing-table tr:first-child td
{
    background:linear-gradient(to bottom, #f5f3ee 0%, #ece8de 100%);
    font-weight:700;
    color:#3f4349;
}
.pricing-table tbody tr:hover td
{
    background:#f8f3ea;
}
.instruction
{
    font-size:11px;
    font-family:Arial, Verdana;
    color:#414042;
    
}
.err-msg
{
    font-size:11px;
    text-decoration:underline;
    color:#c9252b;    
}
.articles-per-page
{
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:11px;
    margin:9px 10px 9px 0px;
}
.pager-top
{
    width:100%;
    font-size:10px;
    text-align:center;
    vertical-align:bottom;
    margin:10px 0px 20px 0px;
    border:solid 1px #58595b;   
}
.pager-bottom
{
    width:100%;
    font-size:10px;
    text-align:center;
    vertical-align:top;
    margin:20px 0px 20px 0px;
    border:solid 1px #58595b;
}
.pager-link
{
    font-size:10px;
}
.pager-selected
{
    font-size:10px;
    font-weight:bold;
    color:#000000;
}
.list-news-filters
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:10px 5px 0px 5px;
    text-align:right;
    vertical-align:middle;
}
.list-article-filters
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:10px 5px 0px 5px;
    text-align:left;
    vertical-align:middle;
}
.list-article-header
{
    border-left:4px solid var(--brand);
    margin:16px 14px 0px 14px;
    padding:0px 0px 8px 12px;
    font-size:13px;
    color:var(--ink);
    font-weight:600;
    vertical-align:bottom;
    clear:both;
    width:calc(100% - 28px);
    box-sizing:border-box;
    border-bottom:1px solid var(--line);
}
.list-article-date
{
    text-align:right;
    font-size:8px;
    font-weight:bold;
    font-style:italic;
}
.list-article-image
{
    width:150px;
    float:left;
    margin:4px 4px 4px 4px;
}
.list-article-presci
{
    text-align:left; 
    font-size:12px;
    margin:7px 14px 0px 14px;
    padding:0px 0px 0px 12px;
    clear:both;
    line-height:1.55;
    width:calc(100% - 28px);
    box-sizing:border-box;
}
.list-article-presci p
{
    margin:0px 0px 12px 0px;
}
.list-article-presci ul,
.list-article-presci ol
{
    margin:8px 0px 12px 22px;
    padding:0px;
}
.list-article-presci ul
{
    list-style:disc;
}
.list-article-presci ol
{
    list-style:decimal;
}
.list-article-presci li
{
    margin:0px 0px 8px 0px;
}
.list-article-presci img
{
    display:block;
    max-width:100%;
    height:auto;
    margin:10px auto;
    border-radius:6px;
}
.list-read-more
{
    display:inline-block;
    font-size:11px;
    font-weight:bold;
    color:#ffffff;
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    border:0;
    border-radius:4px;
    padding:5px 12px;
    margin-left:6px;
    cursor:pointer;
    transition:background 0.2s ease, transform 0.1s ease;
    box-shadow:0px 2px 6px rgba(201, 37, 43, 0.16);
}
.list-read-more:hover
{
    background:linear-gradient(135deg, #b02028 0%, #8b1819 100%);
    transform:translateY(-1px);
    box-shadow:0px 4px 10px rgba(201, 37, 43, 0.24);
}
.list-event-header
{
    border-left:4px solid var(--brand);
    margin:16px 14px 0px 14px;
    padding:0px 0px 8px 12px;
    font-size:14px;
    color:var(--ink);
    font-weight:600;
    vertical-align:bottom;
    clear:both;
    width:calc(100% - 28px);
    box-sizing:border-box;
    border-bottom:1px solid var(--line);
}
.list-event-date
{
    text-align:left;
    font-size:9px;
    font-weight:bold;    
}
.list-event-details
{
    text-align:left; 
    font-size:12px;
    margin:7px 14px 0px 14px;
    padding:0px 0px 0px 12px;
    clear:both;    
    line-height:1.55;
    width:calc(100% - 28px);
    box-sizing:border-box;
}
.list-event-image
{
    float:right;
    margin:4px 4px 4px 4px;
}

.event-list-split
{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
    align-items:stretch;
}

.event-list-media,
.event-list-content
{
    min-width:0;
}

.event-list-content
{
    order:1;
}

.event-list-media
{
    order:2;
}

.event-list-media-box
{
    width:100%;
    height:190px;
    border:0;
    border-radius:0;
    background:transparent;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.event-list-media-box .list-event-image
{
    float:none;
    margin:0;
    width:100%;
    height:100%;
    object-fit:contain;
}

.event-list-media-link
{
    display:block;
    width:100%;
    height:100%;
}

.event-list-media-empty
{
    color:#7a7d82;
    font-size:12px;
    font-weight:600;
}

.event-list-content
{
    border:0;
    border-radius:0;
    background:transparent;
    padding:0;
}

.event-list-content p
{
    margin:0 0 10px;
}

.event-list-content p:last-child
{
    margin-bottom:0;
}

.event-detail-split
{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
    align-items:stretch;
}

.event-detail-media,
.event-detail-content
{
    min-width:0;
}

.event-detail-media-box
{
    width:100%;
    height:300px;
    border:1px solid #d7d1c5;
    border-radius:8px;
    background:#f7f7f5;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.event-detail-media-box .list-event-image
{
    float:none;
    margin:0;
    width:100%;
    height:100%;
    object-fit:contain;
}

.event-detail-media-empty
{
    color:#7a7d82;
    font-size:12px;
    font-weight:600;
}

.event-detail-content
{
    border:1px solid #d7d1c5;
    border-radius:8px;
    background:#ffffff;
    padding:12px 14px;
}

.event-detail-content p
{
    margin:0 0 10px;
}

.event-detail-content p:last-child
{
    margin-bottom:0;
}
.list-read-more
{
    font-size:10px;
    font-weight:bold;
    font-style:italic;   
}
.list-seperator
{
    margin:16px 14px 0px 14px;
    color:#8a8d92;
    font-size:10px; 
    font-weight:bold; 
    text-align:center; 
    vertical-align:middle;
    float:none;
    clear:both;     
    width:calc(100% - 28px);
    box-sizing:border-box;
}
.list-filter-form
{
    margin:12px 14px 8px 14px;
    padding:10px 12px;
    border:1px solid var(--line);
    background:var(--surface);
    text-align:left;
    font-size:11px;
    border-radius:6px;
    box-shadow:var(--shadow-soft);
    width:calc(100% - 28px);
    box-sizing:border-box;
}
.list-filter-line
{
    margin:4px 0px;
}
.list-filter-checkbox-line
{
    margin-top:8px;
}
.list-filter-checkbox-label
{
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-weight:600;
}
.list-filter-input
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    margin:0px 5px;
    padding:6px 8px;
    border:1px solid #d0d3d8;
    border-radius:5px;
    background:#ffffff;
    transition:border-color 0.2s ease;
}
.list-filter-input:focus
{
    outline:none;
    border-color:#c9252b;
    box-shadow:0px 0px 0px 2px rgba(201, 37, 43, 0.1);
}
.list-filter-sep
{
    margin:0px 8px;
    font-weight:bold;
}
.list-filter-button
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    padding:6px 14px;
    cursor:pointer;
    border:0;
    color:#ffffff;
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    border-radius:5px;
    transition:background 0.2s ease, box-shadow 0.2s ease;
    box-shadow:0px 2px 6px rgba(201, 37, 43, 0.18);
}
.list-filter-button:hover
{
    background:linear-gradient(135deg, #b02028 0%, #8b1819 100%);
    box-shadow:0px 4px 10px rgba(201, 37, 43, 0.28);
}
.top-news-wrap
{
    margin:12px 14px 10px 14px;
    padding:10px 12px;
    border:1px solid #d0b57c;
    border-radius:8px;
    background:linear-gradient(to bottom, #fff8e9 0%, #fbf1d9 100%);
}
.top-news-title
{
    font-size:11px;
    font-weight:bold;
    letter-spacing:0.4px;
    color:#7b5a1f;
    margin:0px 0px 10px 0px;
    padding:0px 0px 6px 0px;
    border-bottom:1px solid #d0b57c;
}
.top-news-item
{
    margin:0px 0px 10px 0px;
    padding:0px;
}
.top-news-item .list-article-header
{
    border-left:none;
    border-bottom:1px solid var(--line);
    margin:0px 0px 8px 0px;
    padding:0px 0px 8px 0px;
    width:auto;
    text-align:center;
}
.top-news-item .list-article-date
{
    margin-top:4px;
}
.top-news-item:last-child
{
    margin-bottom:0px;
}
.top-news-separator
{
    margin:2px 0px 8px 0px;
    text-align:center;
    font-size:10px;
    font-weight:bold;
    color:#8a8d92;
    letter-spacing:1px;
}
.top-news-link
{
    color:#3f4349;
    font-weight:600;
}
.top-news-link:hover
{
    color:#1f2d3c;
    text-decoration:underline;
}
.news-switcher
{
    display:flex;
    gap:8px;
    margin:12px 14px 4px 14px;
    flex-wrap:wrap;
}
.news-switcher-link
{
    display:inline-block;
    padding:6px 12px;
    border:1px solid #d1d5db;
    border-radius:999px;
    color:#4b5563;
    background:#f8fafc;
    font-size:11px;
    font-weight:600;
}
.news-switcher-link:hover,
.news-switcher-link.is-active
{
    color:#ffffff;
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    border-color:#a01d22;
}
.focus-category
{
    margin:6px 0px 0px 14px;
    padding:0px 0px 0px 12px;
    font-size:10px;
    letter-spacing:0.25px;
    color:#6f747b;
    text-transform:uppercase;
}
.pagination-wrap
{
    margin:15px 14px 12px 14px;
    padding:12px 14px;
    border:1px solid var(--line);
    text-align:center;
    font-size:11px;
    border-radius:8px;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    width:calc(100% - 28px);
    box-sizing:border-box;
}
.pagination-wrap a,
.pagination-wrap span
{
    display:inline-block;
    margin:0px 3px;
    padding:6px 10px;
    border-radius:5px;
    transition:all 0.2s ease;
}
.pagination-wrap a
{
    border:1px solid #d0d3d8;
    background:#ffffff;
    color:#c9252b;
    font-weight:600;
    cursor:pointer;
}
.pagination-wrap a:hover
{
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    color:#ffffff;
    border-color:#c9252b;
    box-shadow:0px 2px 6px rgba(201, 37, 43, 0.16);
}
.pagination-wrap span.step-links.current
{
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    color:#ffffff;
    font-weight:700;
    border:1px solid #c9252b;
}
.article-header
{
    border-left:4px solid #c9252b;
    margin:15px 0px 0px 12px; 
    padding:0px 0px 0px 12px; 
    font-size:15px;     
    vertical-align:bottom;
    clear:both;
}
.article-date
{
    text-align:right;
    font-size:8px;
    font-weight:bold;
    font-style:italic;
}
.article-presci
{
    text-align:justify; 
    font-size:11px; 
    margin:6px 0px 0px 12px; 
    padding:0px 0px 0px 12px;
    clear:both;
}
.article-image
{
    float:left;
    margin:4px 4px 4px 4px;
}
.article-image-left
{
    float:left;
    margin:4px 4px 4px 4px;
}
.article-image-right
{
    float:right;
    margin:4px 4px 4px 4px;
}
.article-image-nowrap
{
    float:none;
    margin:4px 4px 4px 4px;
    float:none;
    clear:both;
}
.acc-header
{
    background:linear-gradient(to right, #7a7d82 0%, #9a9ca0 100%);
    color:White;
    padding:4px 0px 2px 10px;
    text-align:left;
    vertical-align:middle;
    font-family:Sans-Serif;
    font-size:12px;
    font-weight:bold;
    height:18px;
}
.acc-header-selected
{
    background:linear-gradient(to right, #5f6166 0%, #83868b 100%);
    color:White;
    padding:4px 0px 2px 10px;
    text-align:left;
    vertical-align:middle;
    font-family:Sans-Serif;
    font-size:12px;
    font-weight:bold;
    height:18px;
}

.videosbox
{
    margin:21px 26px 0px 26px; 
    width:512px; 
    background:var(--surface);
    padding:32px 0px 0px 0px; 
    border-style:inset; 
    border-width:1px; 
    border-color:#a7a9ac; 
    text-align:justify;
    clear:both;
    float:none;
}
.video-thumbnail
{
    float:left; 
    width:110px; 
    height:144px; 
    margin:0px 0px 0px 14px; 
    padding:5px 0px 0px 0px; 
    text-align:center; 
    font-size:11px;
}
.footer-div
{
    width:100%;
    margin-top:auto;
    background:linear-gradient(to bottom, #f2efe8 0%, #e4dfd5 100%);
    border-top:1px solid #c9c2b5;
    box-sizing:border-box;
    padding:14px 18px 16px 18px;
    color:#50545a;
    font-size:11px;
}
.footer-links
{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px 14px;
    padding:0px 0px 10px 0px;
    border-bottom:1px solid #d8d2c6;
}
.footer-links a
{
    font-size:10px;
    font-weight:700;
    letter-spacing:0.3px;
    color:#454a51;
    padding:3px 7px;
    border-radius:4px;
    transition:background-color 0.15s ease;
}
.footer-links a:hover
{
    background:#d9d3c7;
    color:#30343a;
}
.footer-contact-grid
{
    margin:11px auto 0px auto;
    max-width:980px;
    text-align:center;
}
.footer-contact-grid p
{
    margin:5px 0px;
    line-height:1.45;
}
.footer-company
{
    font-weight:700;
    color:#3e434a;
    letter-spacing:0.2px;
}
.footer-credit
{
    margin:10px 0px 0px 0px;
    text-align:center;
    font-size:10px;
    color:#666a70;
}
.footer-credit a
{
    font-weight:700;
    color:#4a4f56;
}
.footer-credit a:hover
{
    color:#2f343a;
}
.footer-link-spacer
{
    display:none;
}
.footer-designer
{
    font-size:9px;
}

.subscribe-panel
{
    margin-top:10px;
}
.subscribe-note
{
    text-align:left;
    border:1px solid #ddd6c9;
    background:#f8f4ea;
    border-radius:8px;
    padding:10px 12px;
    line-height:1.45;
}
.subscribe-form-shell
{
    border:1px solid #d7d1c5;
    background:linear-gradient(to bottom, #ffffff 0%, #f7f7f5 100%);
}
.subscribe-form
{
    width:100%;
}
.subscribe-grid
{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px 16px;
}
.subscribe-field
{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.subscribe-field label
{
    font-size:11px;
    font-weight:700;
    color:#454a51;
}
.subscribe-field-wide
{
    grid-column:1 / -1;
}
.subscribe-field textarea
{
    min-height:84px;
    resize:vertical;
}
.subscribe-plan-row
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    margin-top:12px;
}
.subscribe-plan-select
{
    max-width:520px;
}

.error-shell
{
    margin:20px 20px 15px 20px;
    padding:18px 18px 14px 18px;
    border:1px solid #cfcfcf;
    background:linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    text-align:left;
}
.error-badge
{
    display:inline-block;
    background:#c9252b;
    color:#ffffff;
    font-weight:bold;
    font-size:11px;
    letter-spacing:0.4px;
    padding:4px 10px;
    margin:0px 0px 10px 0px;
}
.error-title
{
    margin:0px 0px 10px 0px;
    font-size:22px;
    color:#3a3c40;
    border-left:4px solid #c9252b;
    padding:0px 0px 0px 10px;
}
.error-message
{
    margin:0px 0px 8px 0px;
    font-size:12px;
    color:#4b4d52;
    line-height:1.55;
}
.error-help
{
    margin:0px 0px 12px 0px;
    font-size:11px;
    color:#66686c;
}
.error-actions
{
    margin:8px 0px 8px 0px;
}
.error-btn
{
    display:inline-block;
    margin:0px 8px 0px 0px;
    padding:5px 12px;
    background:#5f6166;
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    border:1px solid #4f5156;
}
.error-btn-outline
{
    background:#ffffff;
    color:#5f6166;
    border:1px solid #5f6166;
}
.error-note
{
    margin:10px 0px 0px 0px;
    color:#6a6c70;
    font-size:10px;
    font-style:italic;
}

.analytics-wrap
{
    margin:12px 14px 16px 14px;
}

.analytics-filter-form
{
    border:1px solid var(--line);
    border-radius:8px;
    background:#faf8f3;
    box-shadow:var(--shadow-soft);
    padding:10px;
    margin:0 0 12px 0;
}

.analytics-filter-grid
{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:10px;
}

.analytics-filter-grid label
{
    display:flex;
    flex-direction:column;
    gap:5px;
    font-size:11px;
    font-weight:700;
    color:#4a4f56;
}

.analytics-filter-grid select
{
    border:1px solid #ccc6b8;
    border-radius:6px;
    background:#ffffff;
    padding:7px 8px;
    font-size:11px;
    color:#3f4349;
}

.analytics-filter-actions
{
    margin-top:10px;
    display:flex;
    gap:8px;
    align-items:center;
}

.analytics-filter-actions button
{
    border:0;
    border-radius:6px;
    background:linear-gradient(135deg, #c9252b 0%, #a01d22 100%);
    color:#ffffff;
    font-size:11px;
    font-weight:700;
    padding:8px 12px;
    cursor:pointer;
}

.analytics-filter-actions a
{
    display:inline-block;
    border:1px solid #b8b2a5;
    border-radius:6px;
    background:#ffffff;
    color:#4d5258;
    font-size:11px;
    font-weight:700;
    padding:7px 10px;
}

.analytics-section
{
    border:1px solid var(--line);
    border-radius:8px;
    background:var(--surface);
    box-shadow:var(--shadow-soft);
    padding:12px;
    margin:0 0 12px 0;
}

.analytics-title
{
    margin:0 0 10px 0;
    padding:0 0 8px 0;
    border-bottom:1px solid var(--line);
    font-size:13px;
    font-weight:700;
    color:var(--ink);
    letter-spacing:0.25px;
}

.analytics-cards
{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:10px;
}

.analytics-cards-compact
{
    grid-template-columns:repeat(4, minmax(0, 1fr));
}

.analytics-card
{
    border:1px solid #ddd6c9;
    border-radius:7px;
    background:linear-gradient(to bottom, #ffffff 0%, #f8f6f1 100%);
    padding:10px;
    text-align:left;
}

.analytics-card-value
{
    font-size:24px;
    font-weight:700;
    color:#c9252b;
    line-height:1.1;
}

.analytics-card-label
{
    margin-top:4px;
    font-size:11px;
    font-weight:700;
    color:#4a4f56;
}

.analytics-note
{
    margin-top:8px;
    font-size:11px;
    color:#6a6f76;
}

.analytics-grid-two
{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
}

.analytics-bar-row
{
    margin:0 0 10px 0;
}

.analytics-bar-meta
{
    display:flex;
    justify-content:space-between;
    gap:8px;
    margin:0 0 5px 0;
    font-size:11px;
    color:#4d5258;
    font-weight:700;
}

.analytics-bar-track
{
    width:100%;
    height:10px;
    border-radius:999px;
    background:#ece9e1;
    overflow:hidden;
}

.analytics-bar-fill
{
    height:100%;
    background:linear-gradient(to right, #c9252b 0%, #a01d22 100%);
}

.analytics-table
{
    width:100%;
    border-collapse:collapse;
    font-size:11px;
}

.analytics-table th,
.analytics-table td
{
    border:1px solid #e6e2d8;
    padding:8px 9px;
    text-align:left;
    vertical-align:top;
}

.analytics-table th
{
    background:#f4f1e8;
    color:#3f4349;
    font-weight:700;
}

.analytics-empty
{
    font-size:11px;
    color:#6f747b;
    padding:4px 0;
}

.timeline-chart-wrap
{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(44px, 1fr));
    gap:8px;
    align-items:end;
}

.timeline-bar-col
{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:5px;
}

.timeline-bar-value
{
    font-size:10px;
    color:#535861;
    font-weight:700;
    line-height:1;
}

.timeline-bar-track
{
    width:100%;
    max-width:34px;
    height:120px;
    border:1px solid #e4dfd3;
    background:#f7f4ec;
    border-radius:8px;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
}

.timeline-bar-fill
{
    width:100%;
    min-height:3px;
    background:linear-gradient(to top, #c9252b 0%, #f26a41 100%);
}

.timeline-bar-label
{
    font-size:10px;
    color:#646a72;
    text-align:center;
    line-height:1.2;
}

.radial-list
{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
}

.radial-item
{
    display:flex;
    align-items:center;
    gap:10px;
    border:1px solid #e5e0d6;
    background:#fcfbf8;
    border-radius:8px;
    padding:8px;
}

.radial-ring
{
    --p:0;
    width:58px;
    height:58px;
    border-radius:50%;
    background:conic-gradient(#c9252b calc(var(--p) * 1%), #ece7db 0);
    display:grid;
    place-items:center;
    position:relative;
    flex-shrink:0;
}

.radial-ring::after
{
    content:"";
    position:absolute;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#ffffff;
}

.radial-ring span
{
    position:relative;
    z-index:1;
    font-size:10px;
    font-weight:700;
    color:#4e535a;
}

.radial-meta
{
    min-width:0;
}

.radial-name
{
    font-size:11px;
    font-weight:700;
    color:#434850;
    text-transform:capitalize;
}

.radial-count
{
    font-size:10px;
    color:#6d737a;
    margin-top:2px;
}

@media (max-width: 1024px)
{
    .main-div,
    .topbar-div,
    .menu-div,
    .contentwrapper-div,
    .footer-div
    {
        width:100%;
    }

    .main-div
    {
        max-width:none;
    }

    .layout-grid
    {
        grid-template-columns:1fr;
        gap:14px;
    }

    .leftpanel-div,
    .content-div,
    .rightpanel-div
    {
        width:100%;
    }

    #latestissue,
    .lp_issue
    {
        margin:10px 12px 0px 12px;
    }

    .banner,
    .banner-empty
    {
        margin:12px auto 0px auto;
    }

    .side-banner-img,
    .banner-empty
    {
        width:min(100%, 320px);
    }

    .content-div
    {
        padding:6px 0px 10px 0px;
    }

    #latestarticle,
    .videosbox,
    .form-content
    {
        width:calc(100% - 24px) !important;
        margin:14px 12px 0px 12px !important;
        box-sizing:border-box;
    }
}

@media (max-width: 768px)
{
    body
    {
        font-size:13px;
    }

    .topbar-div
    {
        height:auto;
        min-height:82px;
    }

    .logo-link
    {
        margin:10px 10px 8px 10px;
    }

    .tb_logo
    {
        height:62px;
    }

    .menu-div
    {
        height:auto;
        padding:6px 10px;
        box-sizing:border-box;
        line-height:1.8;
        display:flex;
        gap:2px 0px;
        justify-content:flex-start;
    }

    .topbar-inner
    {
        padding:0px 10px;
        gap:10px;
    }

    .topbar-meta
    {
        display:none;
    }

    .menu-div a,
    .menu-pipe
    {
        line-height:1.8;
        white-space:normal;
    }

    .menu-pipe
    {
        display:none;
    }

    .menu-div a
    {
        margin:0px 8px 0px 0px;
        padding:2px 6px;
    }

    .list-article-header,
    .article-header,
    .list-event-header
    {
        margin:12px 8px 0px 8px;
        padding:0px 0px 0px 10px;
    }

    .list-article-presci,
    .article-presci,
    .list-event-details,
    .list-seperator,
    .list-filter-form,
    .pagination-wrap
    {
        margin-left:8px;
        margin-right:8px;
        padding-left:10px;
        padding-right:10px;
        box-sizing:border-box;
    }

    .event-detail-split
    {
        grid-template-columns:1fr;
    }

    .event-list-split
    {
        grid-template-columns:1fr;
    }

    .event-detail-media-box
    {
        height:220px;
    }

    .event-list-media-box
    {
        height:170px;
    }

    .footer-div
    {
        padding:12px 10px 4px 10px;
        box-sizing:border-box;
        line-height:1.7;
    }

    .form-content
    {
        padding:10px;
    }

    .footer-link-spacer
    {
        display:none;
    }

    .footer-div a
    {
        display:inline-block;
        margin:0px 8px 4px 0px;
    }

    .error-shell
    {
        margin:14px 8px 10px 8px;
        padding:14px 12px 12px 12px;
    }

    .error-title
    {
        font-size:20px;
    }

    .error-btn
    {
        margin:0px 6px 8px 0px;
    }

    .page-panel,
    .page-panel-left
    {
        width:calc(100% - 16px) !important;
        margin:14px 8px 0px 8px !important;
        box-sizing:border-box;
    }

    .panel-title
    {
        font-size:18px;
    }

    .footer-links
    {
        justify-content:flex-start;
        gap:6px;
    }

    .footer-links a
    {
        margin:0px;
    }

    .footer-contact-grid,
    .footer-credit
    {
        text-align:left;
    }

    .form-grid
    {
        grid-template-columns:1fr;
        gap:4px;
    }

    .analytics-cards,
    .analytics-cards-compact,
    .analytics-grid-two
    {
        grid-template-columns:1fr;
    }

    .analytics-filter-grid
    {
        grid-template-columns:1fr;
    }

    .analytics-wrap
    {
        margin-left:8px;
        margin-right:8px;
    }

    .timeline-bar-track
    {
        height:92px;
    }

    .radial-list
    {
        grid-template-columns:1fr;
    }

    .subscribe-grid
    {
        grid-template-columns:1fr;
        gap:10px;
    }

    .subscribe-pricing-grid
    {
        grid-template-columns:1fr;
        gap:10px;
        padding:10px;
    }

    .subscribe-pricing-table th.subscribe-pricing-section
    {
        font-size:18px;
    }

    .subscribe-pricing-note
    {
        font-size:13px;
    }

    .subscribe-plan-select
    {
        max-width:none;
        width:100%;
    }

    .form-labels
    {
        display:none;
    }

    .form-fields p
    {
        margin:0px 0px 9px 0px;
    }

    .list-filter-form
    {
        padding:8px;
    }

    .list-filter-input
    {
        width:100%;
        margin:6px 0px;
    }

}
    
/*
     FILE ARCHIVED ON 11:06:08 Sep 15, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:31:14 Mar 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 3.356
  load_resource: 559.852
  PetaboxLoader3.resolve: 415.426
  PetaboxLoader3.datanode: 41.372
*/
