﻿* {
    box-sizing: border-box;
}

body {
    font-size: 11pt;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #edbc64;
    color: rgb(105,105,105);
    overflow-x: hidden;
    /*    background-image: url(/images/ukraine.svg);
    background-repeat: repeat;*/
}

p {
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    color: darkgoldenrod;
}

d {
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.larger {
    font-size: larger;
}

.pointer {
    cursor: pointer;
}

/* Latest Articles Widget */
#latest, #special_days {
    height: 80px;
    width: 100%;
    margin-bottom: 12px;
    background-color: #efefef;
    color: #434343;
    overflow: hidden;
}

    #latest div, #special_days div {
        width: 100%;
        font-size: 24px;
        line-height: 80px;
        padding-left: 10px;
    }

    #latest img {
        height: 70px;
        width: auto;
        vertical-align: middle;
        margin-right: 20px;
    }

    #latest a {
        color: rgb(105,105,105);
        text-decoration: none;
    }

        #latest a:hover {
            cursor: pointer;
        }

    #special_days div {
        text-align: left;
    }


/* End of Latest Articles Widget */

/* Arts 7 Days Widget */
.arts_venue {
    margin-bottom: 4px;
    flex-grow: 1;
    border-right: 2px solid white;
}

.arts_venue_name {
    color: white;
    padding: 4px;
    text-align: center;
}

.arts_event {
    border-right: 1px dashed silver;
    padding: 2px;
}

    .arts_event a:hover {
        background-color: indianred;
        color: white;
    }

    .arts_event a {
        color: black;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        text-align: left;
        transition: background-color 0.3s, color 0.3s;
    }

    .arts_event span {
        background-color: silver;
        font-size: 0.8em;
        margin-right: 4px;
        padding: 1px;
    }

/* End of Arts 7 Days Widget*/

#sresults_outer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 38px;
    left: 0px;
    box-sizing: border-box;
    z-index: 201;
    border-bottom: 8px solid silver;
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 2em;
}

#sresults {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 2rem 1rem 1rem 1rem;
}

#search_result {
    overflow-y: auto;
}

.slink {
    text-decoration: none;
    display: block;
    color: inherit;
    padding: 0.5rem;
    border-bottom: 1px solid #efefef;
}

    .slink:hover {
        background-color: #efefef;
    }

    .slink img {
        vertical-align: middle;
        margin-right: 1rem;
        float: left;
    }

.rcancel {
    font-size: 2.0em;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

#sresults .sheading {
    font-size: 1.6em;
    font-weight: bold;
    color: gray;
    text-align: center;
}

#sresults table {
    margin-left: auto;
    margin-right: auto;
}

    #sresults table tr:nth-child(even) {
        background-color: #efefef;
    }

    #sresults table tr:hover {
        background-color: antiquewhite;
        cursor: pointer;
    }

#sresults img {
    width: 100px;
    height: auto;
}

.slice {
    border-bottom: 4px solid silver;
    padding: 1em;
}

.btitle {
    font-size: 1.8em;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.5em;
}

.L150 {
    box-sizing: border-box;
    width: 50%;
    min-width: 300px;
    min-height: 100px;
    float: left;
}

    .L150 img {
        width: 100%;
    }

    .L150:nth-child(odd) {
        padding-right: 10px;
    }

    .L150:nth-child(even) {
        padding-left: 10px;
    }



.artsep {
    height: 1em;
    background-color: #efefef;
    clear: both;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#page {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 0px 1em 1em 1em;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    /*padding-bottom: 100px;*/
}

#topline {
    border-bottom: 2px solid #efefef;
    color: black;
    padding: 0.2em;
    margin-bottom: 4px;
    white-space: nowrap;
}

#social, #sbar, #pdate {
    display: inline-block;
    width: 33%;
}

#twitterlink, #facebooklink, #instagramlink, #rsslink, #pinterestlink {
    cursor: pointer;
    margin-right: 6px;
    color: rgb(105,105,105);
}

#sbar {
    text-align: center;
}

#stxt {
    border: 1px solid silver;
    padding: 3px;
    margin-right: 2px;
}

#sbtn {
    display: inline-block;
    cursor: pointer;
    padding: 2px;
    border-radius: 2px;
    color: rgb(105,105,105);
}

    #sbtn:hover {
        background-color: silver;
        color: white;
    }

#pdate {
    text-align: right;
    color: rgb(105,105,105);
}

.header {
    /*padding: 12px 0px 12px 0px;*/
    margin-bottom: 10px;
}

    .header .mnuicon {
        display: none;
    }

#subcats {
    margin-top: 0px;
    margin-bottom: 8px;
}

.subcatbtn {
    background-color: #800000;
    font-size: 1rem;
    color: white;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
    text-transform: lowercase;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: lowercase;
}

    .subcatbtn:hover {
        opacity: 0.9;
    }

.subcatbtn-selected {
    text-decoration: underline;
}

.ptitle {
    font-family: 'Ledger', serif;
    font-size: 4.0em;
    text-align: center;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 20px;
    color: #434343;
}

    .ptitle img {
        vertical-align: top;
        height: 80px;
        width: auto;
        margin-right: 2rem;
    }

.ptagline {
    font-size: 0.35em;
    letter-spacing: 4px;
    text-transform: uppercase;
    /*font-weight:bold;*/
    font-weight: 100;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: -16px;
    margin-left: 40px;
}

.article_main {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: white;
    padding-left: 2rem;
}

.article {
    width: 85%;
    position: relative;
    /*border-left: 2px solid silver;*/
    padding: 1em 1em 1em 3em;
    float: left;
    font-size: 1.1rem;
    line-height: 145%;
}

    .article h1 {
        margin: 0;
        line-height: 145%;
        margin-bottom: 0.5rem;
        font-family: 'Ledger', serif;
        text-align: left;
    }

    .article .subtitle {
        margin-bottom: 1rem;
        text-align: left;
        font-weight: bold;
        font-size: 1.25rem;
        font-family: 'Ledger', serif;
    }

    .article b {
        font-size: 1.1em;
        color: black;
    }

.title_block {
    border-bottom: 1px solid lightgray;
    margin-bottom: 3rem;
}

.justify {
    text-align: justify;
}

.article_writer {
    width: 15%;
    float: left;
    overflow: hidden;
    margin-top: 140px;
    font-size: 0.95rem;
}

    .article_writer img {
        width: 100px;
    }

.fullwidth {
    width: 100%;
}

.article_pic {
    font-size: 0.9rem;
    padding-bottom: 4px;
    margin-bottom: 1rem;
    text-align: right;
}

.article .right {
    width: 50%;
    margin-left: 2rem;
    text-align: right;
    float: right;
}

.article .left {
    width: 50%;
    margin-right: 2rem;
    text-align: left;
    float: left;
}

.article .picright25 {
    width: 25%;
    margin-left: 2rem;
    text-align: right;
    float: right;
}

.article .picleft25 {
    width: 25%;
    margin-right: 2rem;
    text-align: left;
    float: left;
}

.article .picright15 {
    width: 15%;
    margin-left: 2rem;
    text-align: right;
    float: right;
}

.article .picleft15 {
    width: 15%;
    margin-right: 2rem;
    text-align: left;
    float: left;
}

.poem {
    font-size: 1.2em;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 150%;
}

poem {
    font-size: 1.2em;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 150%;
}

.left50 {
    width: 50%;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: palegoldenrod;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: black;
    float: left;
}

.right50 {
    width: 50%;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: palegoldenrod;
    margin-left: 1rem;
    margin-bottom: 1rem;
    color: black;
    float: right;
}


.quotation {
    font-size: 1.2em;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 150%;
}

.explainer {
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 150%;
    background-color: palegoldenrod;
    padding: 2rem;
    width: 70%;
}

.pull_quote, .box_quote {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.pull_quote {
    border-top: 4px solid silver;
    font-family: 'Times New Roman';
    width: 40%;
    float: left;
    font-size: 1.7em;
    color: Gray;
    padding: 20px;
    overflow: hidden;
    margin-right: 10%;
    line-height: 120%;
}

.box_quote {
    border: 1px solid silver;
    width: 50%;
    float: right;
    color: Black;
    padding: 20px;
    overflow: hidden;
    margin: 0px 0 0.5em 1em;
    background-color: palegoldenrod;
    font-size: 0.85em;
    border-radius: 1rem;
}

.leftq, .rightq, .cq {
    padding: 1.5rem 1rem 1.5rem 1rem;
    width: 40%;
    margin-bottom: 1rem;
    background-color: #F8F6DD;
    float: left;
    text-align: left;
    font-family: 'Times New Roman';
    font-size: 1.35rem;
    line-height: 150%;
}

.cq {
    float: none;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 1.4rem;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid transparent;
    overflow: auto;
}

    .cq > .article_pic {
        padding-bottom: 0rem !important;
    }

    .cq::before {
        font-size: 2.0rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .cq::after {
        font-size: 2.0rem;
        content: '\275E';
        white-space: pre-wrap;
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }

.cq-with-credit {
    float: none;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    overflow: auto;
}

    .cq-with-credit > .article_pic {
        padding-bottom: 0rem !important;
    }

    .cq-with-credit::before {
        font-size: 2.0rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .cq-with-credit::after {
        font-size: 2.0rem;
        content: '\275E';
        white-space: pre-wrap;
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }

/* QUOTATION DISPLAY */

.quote {
    margin: 0;
    padding: 2rem;
    background-color: #F8F6DD;
}

    .quote::after {
        content: "";
        clear: both;
        display: table;
    }

.wide_quote {
    width: 100%;
}

.left_quote {
    width: 50%;
    float: left;
    margin-right: 3rem;
}

.right_quote {
    width: 50%;
    float: right;
    margin-left: 3rem;
}

.quote blockquote {
    float: none;
    text-align: center;
    font-family: 'Times New Roman';
    line-height: 140%;
    font-size: 1.35rem;
    margin: 0;
}

    .quote blockquote::before {
        font-size: 2.4rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .quote blockquote::after {
        font-size: 2.4rem;
        content: '\275E';
        white-space: pre-wrap;
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }

figure .article_pic {
    margin-bottom: 0;
}

.quote figcaption {
    padding: 0;
    margin: 1rem 0rem 0rem 0rem;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    font-weight: bold;
}

/* END QUOTE SYSTEM */

/* TWO COLUMNS */

.twocols {
    column-count: 2;
    column-rule: 2px solid goldenrod;
    column-gap: 2em;
    border-left: 6px solid goldenrod;
    padding-left: 2em;
}

/* END TWO COLUMNS */

/* NEW COLOURS AND LAYOUT Feb 2024 */

blockquote, .quote {
    color: rgb(64,64,64);
    background-color: #F3EFC3;
}

.w50, .w80, w100 {
    text-align: center;
}

/* END */


/* CAROUSEL */
.rt-carousel {
    position: relative;
    overflow: hidden;
}

.rt-carousel-container {
    height: 450px;
    width: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rt-carousel-arrow {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4rem;
    background-color: white;
    border: none;
    width: 2rem;
    font-size: 3rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
    z-index: 1
}

    .rt-carousel-arrow:hover,
    .rt-carousel-arrow:focus {
        opacity: 1;
    }

#rt-carousel-prev {
    left: 0;
    padding-left: 0.25rem;
    border-radius: 0 2rem 2rem 0;
}

#rt-carousel-next {
    right: 0;
    padding-left: 0.75rem;
    border-radius: 2rem 0 0 2rem;
}

.rt-carousel-slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 1 0 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #efefef;
}

.rt-carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.25rem;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 0.8rem;
    width: 100%;
    text-align: center;
}

/* END CAROUSEL */
.leftq {
    margin-right: 2rem;
    border-left: 4px solid goldenrod;
    float: left;
    text-align: left;
    font-family: 'Times New Roman';
    font-size: 1.3rem;
}

    .leftq::before {
        font-size: 2.0rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .leftq::after {
        font-size: 2.0rem;
        content: '\275E';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }

.rightq {
    margin-left: 2rem;
    margin-bottom: 1rem;
    border-right: 4px solid goldenrod;
    float: right;
    text-align: left;
}

    .rightq::before {
        font-size: 2.0rem;
        content: '\275D';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
    }

    .rightq::after {
        font-size: 2.0rem;
        content: '\275E';
        margin-right: 0.5rem;
        color: goldenrod;
        vertical-align: bottom;
        margin-left: 0.25em;
    }

.pubdate {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 4px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.writer_name {
    font-size: 1.2rem;
    font-weight: bold;
}

.writer_tagline {
    font-size: 1.0rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.writer_twitter {
    margin-top: 10px;
    border-top: 1px solid #efefef;
    padding: 4px;
    font-size: 0.8rem;
}

.article .fa-circle, .stubtxt .fa-circle {
    font-size: 0.7rem;
    vertical-align: middle;
    color: darkgoldenrod;
    margin-right: 1rem;
}

/* Table in Articles*/
.ptable {
}

    .ptable td {
        font-size: 0.9rem;
        text-align: center;
    }

    .ptable tr:nth-child(odd) {
        background-color: #efefef;
    }

.article table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.article td {
    font-size: 0.8em;
    padding: 0.2em;
    text-align: center;
}

.article table tr:nth-child(odd) {
    background-color: #efefef;
}

/* SIMILAR ARTICLES */
.similarArticles {
    background-color: white;
    width: 50%;
    border: 1px solid silver;
    padding: 10px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.similarArticles_left {
    background-color: white;
    width: 50%;
    border: 1px solid silver;
    padding: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.similarArticles_fw {
    background-color: white;
    width: auto;
    border: 1px solid silver;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
}


.similarTitle {
    background-color: #efefef;
    padding: 6px;
    font-weight: bold;
    text-align: left;
}

.seriesArticles {
    margin-top: 2rem;
    width: 100%;
    text-align: left;
}

.similarArticleImage {
    width: 60px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    float: left;
    margin-right: 12px;
}

.similarArticle {
    text-align: left;
    cursor: pointer;
    font-size: 0.9em;
    padding: 10px;
    border-bottom: 1px solid #efefef;
    text-decoration: none;
    color: inherit;
    display: block;
}

    .similarArticle:hover {
        background-color: #efefef;
    }

    .similarArticle:last-of-type {
        border-bottom: none;
    }

/* Clear Line */
.clearline {
    clear: both;
}

/* NEW Line */
.new_line {
    clear: both;
    width: 50%;
    height: 20px;
    border-bottom: 1px dashed #800000;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}


.lead-story {
    font-size: 1.5em;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid rgb(105,105,105);
    border-bottom: 1px solid rgb(105,105,105);
}

.article:hover {
}

.article img {
    width: 100%;
}

.section_flash {
    color: white;
    padding: 0.5rem;
    display: inline-block;
    float: right;
}

.opflash {
    color: white;
    background-color: red;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
    text-transform: lowercase;
}

.weekend_flash {
    color: white;
    background-color: orange;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
}

.interview_flash {
    color: white;
    background-color: chocolate;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
}

.exclusive_flash {
    color: white;
    background-color: darkmagenta;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
}

.review_flash {
    color: white;
    background-color: chocolate;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
}

.live_flash {
    color: white;
    background-color: red;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
}

.preview_flash {
    color: white;
    background-color: deeppink;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
}

callout {
    border-left: 6px solid goldenrod;
    padding-left: 1.5rem;
    font-size: 0.9rem;
    display: inline-block;
}

callout_title {
    font-size: 1.1rem;
    font-weight: bold;
    color: darkgoldenrod;
    display: block;
}

.compilation_item {
    box-sizing: border-box;
    background-color: #efefef;
    font-size: 1.0rem;
    color: #434343;
    width: calc(33.333% - 6px);
    margin: 2px;
    cursor: pointer;
}

    .compilation_item img {
        float: left;
        margin-right: 0.5rem;
        height: 100px;
    }

.img_caption {
    font-size: 0.9rem;
    text-align: right;
    padding-bottom: 2px;
    border-bottom: 1px solid silver;
    margin-bottom: 4px;
    padding-right: 4px;
}

.leadpic {
    background-position: center center;
    background-size: cover;
    height: 400px;
}

.spbtm {
    margin-bottom: 8px;
}

.atitle {
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    position: relative;
    margin-bottom: 8px;
    font-family: 'Ledger', serif;
    color: #434343;
}

    .atitle img {
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: 75px !important;
        width: auto !important;
    }

.with_writer {
    padding-bottom: 2rem !important;
}

.emphasise_title {
    /*    padding: 0.5rem;
    font-size: 1.6rem;*/
}

.emphasise {
    /*font-size: 120%;*/
}

.with_writer {
    padding-right: 70px;
    border-bottom: 1px solid #efefef;
}


.writer_block {
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    margin-top: 6px;
    text-transform: none;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.mbtn {
    flex-grow: 1;
    padding: 0.45rem 0.4rem 0.4rem 0.4rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    font-size: 1.0rem;
}

.mbtn_selected {
    text-decoration: underline;
}

.currency {
}

.cwidget {
    flex-grow: 1;
    text-align: center;
    font-size: 1rem;
    background-color: #efefef;
    padding: 0.5rem;
    color: black;
}

    .cwidget > div {
        font-weight: bold;
    }

.currency-name {
    font-size: 0.8rem;
}

.red_cwidget {
    background-color: pink;
}

.green_cwidget {
    background-color: lightgreen;
}

.widget {
    background-color: white;
    margin-bottom: 20px;
}

.widget_heading {
    display: inline-block;
    /*border-top: 2px solid gray;*/
    padding: 6px 12px 6px 6px;
    background-color: #efefef;
    font-size: 0.9rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

.arts_widget {
    background-color: antiquewhite;
}

.fas, .far {
    margin-right: 6px;
}


footer {
    background-color: black;
    color: white;
    padding: 1em;
    left: 0px;
    width: 100%;
    font-size: 0.9em;
    padding-bottom: 4rem;
    font-style: normal;
}

    footer a {
        color: white;
    }

#footer_lower {
    height: auto;
    padding: 2em;
    width: 100%;
    color: white;
}

.getmore {
    width: 100px;
    padding: 10px;
    color: white;
    background-color: #ef476f;
    border-radius: 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.auto-lead {
    background-repeat: no-repeat;
    height: 200px;
    background-size: cover;
    background-position: center center;
    flex: auto;
    position: relative;
    border: 1px solid white;
}

.al-heading {
    color: white;
    font-size: 1.1rem;
    background-color: rgb(80, 0, 80, 0.7);
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    max-width: 75%;
    opacity: 0.95;
}

.al-section {
    color: white;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.25rem;
    opacity: 0.95;
}

.al-tint {
    width: 100%;
    height: 200px;
    background-color: rgba(0,0,0,0.1);
}

/* Weather */

.sun_comment {
    font-size: 0.8em;
    display: inline-block;
    line-height: 1.0rem;
}

.weather_outlined {
    border: 1px solid #efefef;
    padding: 0.25rem;
    background-color: #efefef;
}

.wwidget {
    flex-grow: 1;
    text-align: center;
    font-size: 0.85rem;
    padding: 0.25rem;
    color: black;
}

.wi {
    font-size: 2.5em;
    color: gray;
    margin-bottom: 0.5rem;
}

/*.topbar {
    background-color: gray;
    padding: 10px;
    color: white;
    text-align: left;
    font-size: 1.2em;
}

#weather {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    z-index: 2;
    overflow-y: auto;
    max-height: 0px;
    transition: max-height 0.5s ease-out;
    cursor: pointer;
}

.weather_show {
    max-height: 900px !important;
}

.wtopitem {
    position: absolute;
    top: 10px;
    right: 60px;
    font-family: Tahoma;
    display: inline-block;
    text-align: center;
    font-size: 0.85em;
    white-space: nowrap;
}

    .wtopitem i {
        font-size: 3.0em;
        color: darkorange;
        padding: 8px;
    }

.witem {
    font-family: Tahoma;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 0.85em;
    border: 1px solid black;
    border-radius: 0.85em;
    margin: 1em;
    float: left;
    background-color: white;
}

    .witem i {
        font-size: 2.0em;
        color: darkorange;
    }

.wcol {
    width: 100%;
    border-top: 1px solid silver;
    float: left;
}

    .wcol:nth-child(odd) {
        background: #efefef;
    }

#todaysWeather {
    position: absolute;
    right: 30px;
    top: 40px;
    display: inline-block;
    cursor: pointer;
}*/

/* TRENDING */
.trending {
}

.trending_link {
    color: gray;
}

.trending_title {
    font-family: 'Ledger', serif;
    text-transform: uppercase;
    padding: 10px;
    color: white;
    font-size: 1.2em;
    background-color: rgba(0,0,0,0.5);
    height: 220px;
}

.trending_item {
    box-sizing: border-box;
    float: left;
    border-right: 4px solid white;
    position: relative;
    width: 20%;
    /*height: 200px;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
}

.full_width_cartoon {
    width: 100%;
}

.cframe {
    display: none;
}

.cnum {
    background-color: #efefef;
    color: gray;
    padding: 4px;
    text-align: center;
}

.ti {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
}

.clearafter:after {
    content: "";
    display: table;
    clear: both;
}

/* Features */
.featured {
    box-sizing: border-box;
    margin-bottom: 12px;
}

.feature {
    box-sizing: border-box;
    padding: 10px;
    height: 170px;
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 100%;
    background-color: #efefef;
    border-right: 1px solid rgb(105,105,105);
}

.featured a {
    width: 25%; /* Four across */
    padding: 0;
    float: left;
    text-decoration: none;
    color: rgb(105,105,105);
}

.feature_writer_pic {
    position: absolute;
    right: 0%;
    bottom: 0px;
    height: 100px;
    z-index: 200;
}

.feature_writer {
    /*color: white;*/
    font-weight: bold;
    font-size: 1.1em;
}

.feature_title {
    font-size: 0.9em;
    margin-top: 0.2em;
    width: 55%;
}

.feature_section, .trending_section {
    color: white;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0.2em 0px 0.2em 0.5em;
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
    font-size: 0.85em;
    border-top: 1px solid white;
    margin-left: 4px;
}

.trending_section {
    /*background-color: rgba(0,0,0,0.3);*/
}

#sunrise {
    width: 100px;
    height: auto;
    position: absolute;
    left: 50px;
    top: 70px;
    text-align: center;
    font-size: 1.3em;
}

#sunset {
    width: 100px;
    height: auto;
    position: absolute;
    right: 50px;
    top: 70px;
    text-align: center;
    font-size: 1.3em;
}

    #sunrise img, #sunset img {
        width: 100%;
        height: auto;
    }

/* LEAD STORY */
.lead_story {
    width: 100%;
    display: block;
    color: rgb(105,105,105);
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .lead_story a {
        text-decoration: none;
        color: black;
    }

.lead_text {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 0rem 1.4rem 1rem 0rem;
    text-align: center;
}

.lead_title {
    font-family: 'Ledger', serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem;
    background-color: var(--highlight);
    color: #170A1C;
    height: auto;
}

.lead_article {
    font-family: 'Open Sans', sans-serif;
    padding: 1rem;
    height: auto;
    font-size: 1rem;
    color: rgb(105,105,105);
    height: auto;
}

.lead_pic {
    position: relative;
    float: left;
    display: inline-block;
    height: 400px;
    width: 60%;
    min-width: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lead_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 4px;
    color: white;
    background-color: rgba(0,0,0,0.4);
}


.portrait figure, .landscape figure {
    width: auto;
    height: 400px;
    float: right;
}

    .portrait figure img, .landscape figure img {
        width: auto;
        height: 400px;
    }

.newscols {
    column-rule-width: 1px;
    column-rule-style: solid;
    column-rule-color: red;
}

.portrait .newscols {
    column-count: 3;
}

.landscape .newscols {
    column-count: 2;
}

.newscols h1 {
    column-span: all;
    padding: 0;
    margin: 0 0 1rem 0;
    font-family: 'Ledger', serif;
}

.portrait figure {
    padding: 0;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.landscape figure {
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
}

figure {
    padding: 0.25rem;
}

figcaption {
    font-size: 0.9rem;
    text-align: right;
    padding: 0.25rem;
    border-bottom: 1px solid #efefef;
    font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 1100px) {
    .landscape .newscols {
        column-count: 3;
    }

    .landscape figure {
        float: none;
    }

    .landscape figure {
        margin-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .portrait .newscols {
        column-count: 2;
    }

    .landscape .newscols {
        column-count: 3;
    }

    .portrait figure {
        float: right;
    }

    .landscape figure {
        float: none;
    }
}

@media screen and (max-width: 800px) {
    .landscape .newscols, .portrait .newscols {
        column-count: 1;
        padding: 0 1rem 0 1rem;
    }

    .landscape figure, .portrait figure {
        float: none;
        height: auto;
    }

    .landscape img {
        max-width: 100%;
        height: auto !important;
    }
}

/* END OF LEAD STORY*/


/*.lead_text {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 0rem 1.4rem 1rem 0rem;
    text-align: center;
}

.lead_title {
    font-family: 'Ledger', serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem;
    background-color: #efefef;
    color: #434343;
    height: auto;
}

.lead_article {
    font-family: 'Open Sans', sans-serif;
    padding: 1rem;
    height: auto;
    font-size: 1rem;
    color: rgb(105,105,105);
    height: auto;
}

.dted {
    border-bottom: 1px dashed silver;
    display: block;
    width: 70%;
    margin: 0.5rem auto 0.5rem auto;
}

.lead_pic {
    position: relative;
    float: left;
    display: inline-block;
    height: 400px;
    width: 60%;
    min-width: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lead_caption {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 4px;
    color: white;
    background-color: rgba(0,0,0,0.4);
}*/

.gtrow {
    display: flex;
    border-top: 1px solid silver;
}

.gtcol {
    /* flex: 1;*/
    padding: 20px;
    margin: 10px;
    border-right: 1px solid silver;
    position: relative;
}

.gtrow .gtcol:last-of-type {
    border-right: 0px;
}

.vsplit {
    display: flex;
    flex-direction: column;
    background-color: #f3efde;
}

.vart {
    padding-bottom: 1em;
    border-bottom: 1px solid #efefef;
    margin-bottom: 1em;
}

.stublink {
    color: rgb(105,105,105);
    text-decoration: none;
}

.stubtxt {
    line-height: 145%;
    /* Reset */
    font-weight: normal;
    font-style: normal;
    hyphens: auto;
}

.stubcaption {
    font-size: 0.8em;
    padding: 4px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0.5rem;
    text-align: right;
}

.simg {
    width: 100%;
}

.stub-portrait {
    width: 60% !important;
    float: right !important;
    margin-left: 1rem !important;
}

.margin-down {
    margin-bottom: 0.5rem;
}

.pdt {
    font-size: 0.8em;
    text-align: center;
    margin-top: 1em;
}

.cookie-statement {
    text-align: center;
    background-color: #efefef;
    font-size: 0.8rem;
    color: inherit;
    width: 100%;
    padding: 2px;
    margin-bottom: 12px;
}

.brief1 {
    background-color: rgb(239, 71, 111);
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.6em;
}

.brief2 {
    background-color: rgb(107, 91, 149);
    color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.6em;
}

/* Videos hosted on P.ublished */

.vwrapper{
    width:100%;
}
.vwrapper video{
    width:100%;
    height:auto;
    object-fit:cover;
}
.vwrapper .vtitle{
    padding:0.5rem;
    font-size:0.9rem;
    border-bottom:1px dashed silver;
    margin-bottom:1rem;
}

/* End of Videos hosted on P.ublished */



/* Wrapper for Fluid Size Videos */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tempyt {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 25px;
    padding-bottom: 56.25%; */ /* 16:9 */
    /*height: 0;*/
}

.tempyt_inner {
    /*    position:absolute;
    top:50%;
    z-index:10;
    width:100%;
    text-align:center;*/
}

.tempyt i {
    position: absolute;
    color: red;
    font-size: 60pt;
    line-height: 100%;
}

a[class^="social"] {
    padding: 20px;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: white;
    margin-top: 10px;
    width: 70px;
    height: 70px;
}

.social-fb {
    background: #3B5998;
    color: white !important;
}

.social-tw {
    background: #55ACEE;
    color: white;
}

.social-g {
    background-color: #dd4b39;
}

.social-pin {
    background-color: #c8232c;
}

.social-inst {
    background: #125688;
}

.social-rss {
    background: #ff6600;
}

.social_block {
}

/* WHAT'S ON */
.evCol {
    width: 50%;
    border-right: 1px dotted silver;
    border-bottom: 1px solid #800000;
    min-height: 500px;
    float: left;
    padding: 10px;
}

.evColHeader {
    background-color: #800000;
    color: white;
    padding: 6px;
    font-weight: bold;
}

.ev {
    border: 1px solid #efefef;
    min-height: 100px;
    margin: 10px;
}

.evtitle {
    background-color: #efefef;
    font-weight: bold;
    padding: 6px;
}

.evbody {
    font-size: 0.8em;
    padding: 6px;
}

.date_pick {
    font-size: 1.5rem;
    background-color: #efefef;
    padding: 0.5rem;
}

#woStart {
    border: 1px solid silver;
    padding: 4px;
    text-align: center;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Footer */
.footwidth {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footblock {
    width: 33.3%;
    min-width: 200px;
    float: left;
    padding: 1rem;
    /*display: none;*/
}

.footerPubList a {
    margin: 4px;
    display: inline-block;
}

.signoff {
    margin-top: 2rem;
    text-align: center;
}

/* SPONSORS */
.sponsors {
    border-top: 2px solid #efefef;
}

.sponsor {
    width: 200px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /*border:1px solid #efefef;*/
    margin-right: 10px;
    float: left;
}

/*  Responsive Vimeo Player */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* FACTS */
#facts_text {
    font-size: 1.3rem;
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    #facts_text td {
        padding: 8px;
    }

    #facts_text tr:nth-child(even) {
        background-color: #efefef;
    }


/* Image Grid */
.igrid {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid red;
}

    .igrid > div {
        position: relative;
    }

    .igrid img {
        border-right: 2px solid white;
        border-left: 2px solid white;
        max-height: 250px;
        box-sizing: border-box;
    }

        .igrid img:first-of-type {
            border-left: 0;
        }

    .igrid:last-of-type {
        border-right: 0;
    }

    .igrid slide_title {
        position: absolute;
    }



/* Row of Images */
sbs, .sbs {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: -4.5px;
}

/* change the flex direction to a column for small screens  */
@media only screen and (max-width: 600px) {
    sbs {
        flex-direction: column;
    }

        sbs img {
            width: 100% !important;
            height: auto !important;
        }
}

sbs > div, .sbs > div {
    position: relative;
    /*max-height: 400px;*/
    overflow: hidden;
}

sbs img, .sbs img {
    border-right: 2px solid white;
    border-left: 2px solid white;
    /*max-height: 180px;
        height: 26vw;*/
    width: auto !important;
    box-sizing: border-box;
    max-width: 100%;
}

    sbs img:first-of-type, .sbs img:first-of-type {
        border-left: 0;
    }

sbs:last-of-type, .sbs:last-of-type {
    border-right: 0;
}

.sbs .slide, .slides .slide {
    position: relative;
}

.sbs .slide_title, .slides .slide_title {
    position: absolute;
    bottom: 6px;
    right: 2px;
    padding: 2px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 0.8rem;
    box-sizing: border-box;
}

sbs .img_caption {
    position: absolute;
    bottom: 6px;
    right: 2px;
    padding: 2px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 0.8rem;
    box-sizing: border-box;
}

sbs .fullwidth {
    width: unset !important;
}


.slides {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .slides img {
        height: auto;
        width: 100%;
    }

    .slides > * {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
    }

    .slides span {
        position: absolute;
        bottom: 6px;
        right: 6px;
        background-color: rgba(0,0,0,0.5);
        color: white;
    }

ellipse_left {
    width: 50%;
    float: left;
    padding: 4rem;
    color: rgb(64,64,64);
    background-color: #F3EFC3;
    font-size: 0.95rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

ellipse_centered {
    width: 50%;
    padding: 4rem;
    color: rgb(64,64,64);
    background-color: #F3EFC3;
    font-size: 0.95rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

ellipse_right {
    width: 50%;
    float: right;
    padding: 4rem;
    color: rgb(64,64,64);
    background-color: #F3EFC3;
    font-size: 0.95rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

blob {
    background-color: cornflowerblue;
    display: inline-block;
    padding: 8px;
    font-size: 16px;
    border-radius: 50%;
    color: white;
    height: 40px;
    min-width: 40px;
    text-align: center;
    margin-right: 1rem;
}

flash {
    background-color: cornflowerblue;
    display: block;
    padding: 0.25rem;
    font-size: 1rem;
    color: white;
    height: fit-content;
    width: fit-content;
}

flash a{
    color:white;
}

centre {
    display: inline-block;
    text-align: center;
    width: 100%;
}

panel_50, panel_80, panel_100, panel_left50, panel_right50 {
    display: block;
    padding: 2rem;
    color: rgb(64,64,64);
    background-color: #F3EFC3;
    font-size: 0.95rem;
}

    panel_50::after, panel_80::after, panel_100::after, panel_left50::after, panel_right50::after {
        content: "";
        clear: both;
        display: table;
    }

panel_50, panel_80 {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

panel_50 {
    width: 50%;
}

panel_80 {
    width: 80%;
}

panel_100 {
    width: 100%;
}

panel_left50 {
    width: 50%;
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
}

panel_right50 {
    width: 50%;
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

text_left {
    text-align: left !important;
}

.w50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    color: black;
    background-color: #F3EFC3;
    font-size: 0.95rem;
    clear: both;
}

.w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    color: black;
    background-color: #F3EFC3;
    font-size: 0.95rem;
    clear: both;
}

.w100 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    color: black;
    background-color: #F3EFC3;
    font-size: 0.95rem;
    clear: both;
}

.vmsg {
    font-size: 1.3rem;
    text-align: center;
    line-height: 2rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 2px;
    background-color: #efefef;
    color: black;
    font-weight: bold;
}

/* COVID TRACKER */
#covid_tracker {
    background-image: url(/images/virus-background.jpg);
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 20px;
}

#covid_title {
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 1.4rem;
    padding: 0.5rem;
}

#covid_footer {
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 1.0rem;
    padding: 0.25rem;
}

#covid_panels {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.covid_panel {
    background-color: cornflowerblue;
    opacity: 0.9;
    color: white;
    text-align: center;
    padding: 1rem;
    font-size: 2.0rem;
    margin: 1rem;
}

.covid_panel_title {
    padding: 0.5rem;
    text-transform: uppercase;
    border-bottom: 2px solid white;
}

.covid_number {
    padding: 0.5rem;
}

/* APOD (Astronomy Photo of the Day) */
.apod {
    width: 100%;
    box-sizing: border-box;
    height: 400px;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

    .apod img {
        width: 100%;
    }

.apod_title, .asteroids_title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem;
    color: white;
    background: rgba(0,0,0,0.5);
    font-size: 1.1rem;
}

#apod_clicker {
    position: absolute;
    top: 8px;
    right: 6px;
    color: white;
    font-size: 0.8rem;
}

.apod_explanation {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    color: white;
    background: rgba(0,0,0,0.5);
    font-size: 0.85rem;
}

.asteroids {
    width: 100%;
    box-sizing: border-box;
    min-height: 200px;
    padding: 2rem;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background-image: url('/images/asteroids.jpg');
}

#asteroid_data {
    float: left;
    color: white;
    margin: 2rem 1rem 1rem 1rem;
    box-sizing: border-box;
    padding: 1rem;
    background: rgba(0,0,0,0.5);
    font-size: 0.85rem;
    min-height: 200px;
    border: 1px solid silver;
}

    #asteroid_data td, #asteroid_data th {
        padding: 5px;
        text-align: center;
    }

.wwidget img {
    width: 75px;
    height: 75px;
}

/* BOOKS */
.books {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5em;
}

.book {
    float: left;
    width: 190px;
    height: 292.3px;
    border: 1px solid grey;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 0.5em;
    position: relative;
    box-sizing: border-box;
    margin: 0.5rem;
    box-shadow: 5px 5px 10px #888888;
    cursor: pointer;
}

.book_title {
    background-color: white;
    color: black;
    text-align: center;
    padding: 0.25em;
    font-size: 1.0rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
    opacity: 0.85;
    position: absolute;
    bottom: 30px;
    left: 10px;
    width: 170px;
    border: 1px solid gray;
    border-radius: 0.5rem;
}

.book_writer {
    background-color: white;
    color: black;
    text-align: center;
    padding: 0.25em;
    font-size: 0.7rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0.8;
}

.episodes_flash {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    background-color: red;
    padding: 0.15rem;
    font-size: 0.7rem;
}

#episodesDD {
    margin-top: 1rem;
    padding: 0.25rem;
    font-size: 1.1rem;
    color: gray;
    width: 100%;
}

.bookSeries {
    margin-bottom: 2rem;
    background-color: #efefef;
    padding: 1rem;
}

.bookSeriesTitle {
}

.similarBookLink {
    float: left;
    margin: 0.25rem;
    padding: 0.25rem;
    color: gray;
    text-decoration: none;
    color: gray;
    border: 1px solid gray;
    border-radius: 0.25rem;
    font-size: 0.80rem;
    background-color: white;
}

.similarBookImage {
    display: inline-block;
    margin-right: 0.25rem;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

#preview {
    display: block;
    position: fixed;
    width: 100vw;
    height: 90vh;
    background-image: url(/images/preview.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1001;
    opacity: 0.4;
}

.vnum {
    margin-top: 1rem;
    font-size: 0.7em;
}

/* AUDIO WIDGETS */

.audiowidget {
    border: 1px solid silver;
    padding: 0.5rem;
    /* display: flex;*/
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
    z-index: 103;
    position: relative;
    background-color: rgba(255,255,255,0.5);
    border-radius: 0.5rem;
}

    .audiowidget:hover {
        background-color: #efefef;
    }

.audiobtn {
    width: 50px !important;
    height: 50px;
    cursor: pointer;
    padding: 0.5rem;
    border: 0 !important;
}

.audiocaption {
    padding: 0.5rem;
    font-size: 0.8em;
}

/* Star rating */
.stars {
    float: right;
    color: silver;
    font-size: 2.0rem;
    padding: 0.5rem;
    border: 1px solid silver;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.star_rating {
    text-align: center;
    padding: 0.5rem;
    background-color: darkgray;
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.redstar {
    color: goldenrod;
}

standfirst {
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 150%;
}

    standfirst i {
        font-style: normal;
    }

panelrow, row {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    background-color: #F3EFC3;
}

    panelrow > *, row > * {
        margin-right: 2px !important;
        border-right: 1px solid white;
    }

    panelrow .img_caption, row .img_caption {
        border-bottom: 1px solid goldenrod !important;
    }

note {
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid goldenrod;
    border-radius: 0.5rem;
    background-color: goldenrod;
    overflow: hidden;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding-left: 1rem;
}

note_contents {
    padding: 0.7rem;
    background-color: white;
    color: darkgoldenrod;
    margin-left: 1rem;
    padding-right: 1rem;
}

panel {
    margin: 0rem 1rem 0rem 1rem !important;
}

.btn {
    background-color: #870058;
    color: white;
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.btn_disabled {
    opacity: 0.5;
    cursor: default;
}

.nextEpisode {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
}

.btnNextEpisode {
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#paperlogo {
    display: block;
    height: 65px;
    width: auto;
}

#papertitle {
    font-family: 'Ledger', serif;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 90%;
}

#papersubtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    margin-top: 4px;
}

#paperhead {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

    #paperhead td {
        padding: 0.25rem;
    }

/* Jubilee Banner */
.jubilee {
    position: absolute;
    top: -35px;
    z-index: 2000;
    width: 100%;
    height: auto;
    pointer-events: none;
    animation-name: balloon;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    opacity: 0.8;
}

.headline-graphic-left {
    position: absolute;
    top: 0px;
    z-index: 2000;
    width: 35%;
    height: auto;
    pointer-events: none;
}

.headline-graphic-right {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2000;
    width: 35%;
    height: auto;
    pointer-events: none;
}

.headline-graphic-animated {
    animation-name: balloon;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    opacity: 0.8;
}


@keyframes balloon {
    0% {
        transform: rotate(-1deg) scale(0.94);
    }

    10% {
        transform: rotate(-2deg);
    }

    25% {
        transform: translateX(-10px) scale(0.97);
    }

    50% {
        transform: translateX(-4px) rotate(3deg) scale(1);
    }

    75% {
        transform: rotate(-3deg) scale(0.96);
    }
}

/* LIVE UPDATES */
.live_header {
    padding: 0.5rem 2rem 0.5rem 2rem;
    font-size: 1.2rem;
    color: white;
    background-color: #3D600C;
    display: inline-block;
    border-radius: 0.5rem;
    background-image: url("/images/ball-1.svg");
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 20px 20px;
}

/* Special Bullet Points */
.blob_pad_left {
    padding-left: 2rem;
    font-size: 0.4rem !important;
}

.blob_pad_left_double {
    padding-left: 4rem;
    font-size: 0.4rem !important;
}

.blob_pad_left {
    padding-left: 2rem;
    font-size: 0.4rem !important;
}

.blob_pad_left_double {
    padding-left: 4rem;
    font-size: 0.4rem !important;
}

list0 {
    margin-left: 2rem;
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    font-size: 0.95rem !important;
    display: inline-block;
    max-width: calc(100% - 2rem);
    text-align: left;
}

list1 {
    margin-left: 4rem;
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    font-size: 0.90rem !important;
    display: inline-block;
    max-width: calc(100% - 4rem);
    text-align: left;
}

list2 {
    margin-left: 6rem;
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 8px;
    background-repeat: no-repeat;
    padding-left: 1rem;
    font-size: 0.85rem !important;
    display: inline-block;
    max-width: calc(100% - 6rem);
    text-align: left;
}

.list0 {
    margin-left: 2rem;
    max-width: calc(100% - 2rem);
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-left: 2rem;
    font-size: 0.95rem !important;
    display: inline-block;
}

.list1 {
    margin-left: 4rem;
    max-width: calc(100% - 4rem);
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    font-size: 0.90rem !important;
    display: inline-block;
}

.list2 {
    margin-left: 6rem;
    max-width: calc(100% - 6rem);
    background-image: url(/images/listblob.svg);
    background-position: left 0.5rem;
    background-size: 8px;
    background-repeat: no-repeat;
    padding-left: 1rem;
    font-size: 0.85rem !important;
    display: inline-block;
}


/* CARBON WIDGET */
#carbon {
    text-align: center;
    font-family: Verdana;
    border-bottom: 1px solid silver;
    font-size: 1rem;
    overflow: hidden;
}

    #carbon #carbonmsg {
        clear: left;
        padding: 0.15rem 0rem 0.85rem 0rem;
    }

    #carbon #carbonsubmsg {
        font-size: 0.8rem;
    }

#carbon-forest, #carbon-industry {
    box-sizing: border-box;
    margin: 0;
    display: block;
    float: left;
    background-position: bottom center;
    background-size: cover;
    text-align: center;
    font-family: Verdana;
    font-size: 40px;
    line-height: 100px;
    color: #1e1f24;
}

#carbon-forest {
    background-image: url('/images/carbon-forest.jpg');
    color: forestgreen;
}

#carbon-industry {
    background-image: url('/images/carbon-power-station.jpg');
    color: red;
}

/* Quote of the Day */
.qotd {
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem 4rem 1rem 4rem;
    color: white;
    background-color: chocolate;
}

.qotd-author {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 1rem;
}


#birthday_message {
    width: 100%;
}

/* LIVE BLOGS */

.bloglink {
    text-decoration: none;
}

#live_blog_stub {
    padding: 4rem 4rem 4rem 4rem;
    color: black;
    font-size: 0.9rem;
    position: relative;
    margin-bottom: 0.5rem;
}

    #live_blog_stub hr {
        margin: 1rem 0rem 1rem 0rem;
    }

#blogbanner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: red;
    color: white;
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 1.0rem;
}

    #blogbanner span {
        font-size: small;
    }

#btmblogbanner {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: red;
    color: white;
    padding: 0.5rem;
    text-transform: uppercase;
    font-size: 1.0rem;
}

.live_blog_date {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* Publisher Tables Formats 
    Clear out inherited css
*/

table [class^='pubt'] {
    width: unset;
}

    table[class^='pubt'] td {
        font-size: 0.9rem;
        font-weight: normal !important;
        padding: unset;
    }

    table[class^='pubt'] th {
        background-color: #D69C2F;
        font-weight: bold;
        color: white;
        font-size: 0.9rem;
    }

    table[class^='pubt'] tbody tr:nth-child(odd) {
        background-color: unset;
    }

    table[class^='pubt'] tbody tr:nth-child(even) {
        background-color: unset;
    }


.pubt_100 {
    width: 100% !important;
    font-size: 0.9rem;
}

.pubt_50l {
    width: 50% !important;
    float: left;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 2rem !important;
    font-size: 0.9rem;
}

.pubt_50r {
    width: 50% !important;
    float: right;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 2rem !important;
    font-size: 0.9rem;
}

.pubt_80c {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
}

.pubt_zebraodd tr:nth-child(odd) {
    background-color: #efefef !important;
}

.pubt_zebraeven tr:nth-child(even) {
    background-color: #efefef !important;
}

.pubt_lightgreyborder {
    border: 1px solid silver;
}

.pubt_darkgreyborder {
    border: 1px solid gray;
}

.pubt_cellqtrpadding td, .pubt_cellqtrpadding th {
    padding: 0.25rem !important;
}

.pubt_cellhalfpadding td, .pubt_cellhalfpadding th {
    padding: 0.5rem !important;
}

.pubt_cellwholepadding td, .pubt_cellwholepadding th {
    padding: 1rem !important;
}

.pubt_alignleft td, pubt_alignleft th {
    text-align: left;
}

.pubt_alignright td, .pubt_alignright th {
    text-align: right;
}

.pubt_aligncenter td, .pubt_aligncenter th {
    text-align: center;
}

.pdfitem {
    font-size: 0.8rem;
    padding: 1rem 60px 1rem 60px;
    background-image: url(/images/pdf.svg);
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    border: 1px solid silver;
    /*background-color: #efefef;*/
    background-size: 40px;
    background-position: 10px center;
    text-align: center;
    display: block;
    text-decoration: none;
    color: rgb(64,64,64);
    border-radius: 0.5rem;
}

    .pdfitem:hover {
        background-color: #efefef;
    }

.footerCopyrightErrors {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 1rem;
}

.media_pack {
    margin-top: 1rem;
}
