body {
    font-family: "Trebuchet MS",trebuchet,arial,helvetica,sans-serif;
    font-size: 16px;
}

p iframe{
    margin-top: 10px;
    margin: 2rem;
    border-radius: 10px;
    box-shadow: 6px 8px 29px -7px rgba(0,0,0,0.56);
-webkit-box-shadow: 6px 8px 29px -7px rgba(0,0,0,0.56);
-moz-box-shadow: 6px 8px 29px -7px rgba(0,0,0,0.56);
}
.twitter-tweet{
    margin: 2rem!important;
    border-radius: 10px;
    box-shadow: 6px 8px 29px -7px rgba(0,0,0,0.56);
    -webkit-box-shadow: 6px 8px 29px -7px rgba(0,0,0,0.56);
    -moz-box-shadow: 6px 8px 29px -7px rgba(0,0,0,0.56);

}


h1 {
    font-size: 1.25em;
    color: #999966;
    margin: 0;
}

h2 {
    background: url("/assets/images/hat.png") no-repeat scroll 0 2px transparent;
    color: #999966;
    font-size: 1.15em;
    padding-left: 22px;
    margin-top: 20px;
    margin-bottom: 1px;
    clear: both;
}

blockquote::before {
    content: '"';
    display: inline-block; /* Ensures that the element can receive transformations */
    transform: translateY(40px); /* Adjust the value to move the quotation mark down */
    font-size: 3.2em; /* Adjust the font size if needed */
    margin-left: -30px; /* Adjust the margin to align the quotation mark */
    line-height: 0; /* Ensures that the quotation mark is aligned with the text */
    font-family: Arial, sans-serif; /* Change the font family to a more strict or formal font */
    font-style: italic; /* Ensures that the quotation mark is italic */
}

blockquote {
    margin: 10px 40px;
    padding: 10px 10px 10px 20px;
    color: #666;
}
@media print {
    blockquote {
        color: #000 !important;
    }
}

#wrapper {
    width: 986px;
    margin: 10px;
}
body.comments #wrapper {
    width: auto;
    max-width: 1036px;
}

#preview_top {
    background: #0000cc;
    padding: 10px 20px;
    font-size: 2em;
    color: #fff;
    margin-bottom: 20px;
}

header {
    color: #fff;
}
    header > .painter {
        float: left;
        width: 175px;
        height: 222px;
        margin-right: 5px;
    }
    header > .middle {
        float: left;
        width: 500px;
        height: 222px;
    }
        header > .middle > .logo {
            display: block;
            margin: 0;
            overflow: hidden;
        }
            header > .middle > .logo img {
                display: block;
                /*width: 100%;*/
            }
        header > .middle > .below_logo {
            background: #9A8D5A;
            text-align: right;
            padding: 4px 5px 0 0;
            margin-top: 2px;
            height: 41px;
        }
            header > .middle > .below_logo > .dateline {
                font-size: 1.75em;
                font-weight: bold;
            }
    header > .mobile_header {
        display: none;
    }
    header > .top_block_ad {
        float: right;
        min-width: 300px;
    }
    header > nav > .mobile {
        display: none;
        opacity: 0;
        height: 0px;
    }
    header > nav > .normal {
        float: left;
        background: #9A8D5A;
        width: 680px;
        height: 24px;
        margin-top: 4px;
        font-size: 13px;
        position: relative;
        display: flex;
    }
        header > nav > .normal a {
            color: #fff;
            text-decoration: none;
            display: block;
            float: left;
            height: 24px;
        }header > nav > .normal a:hover {
            background: #336699;
        }
            header > nav > .normal a > span {
                display: block;
                padding: 4px 8px 0;
            }
        header > nav > .normal > .more_link {
            cursor: pointer;
        }
        header > nav > .normal > .more_menu {
            display: none;
            position: absolute;
            background: #7E7556;
            list-style: none;
            margin: 0;
            padding: 0;
            z-index: 99999999999999;
        }
            header > nav > .normal > .more_menu > li {
                *float: left;
                *clear: left;
            }
            header > nav > .normal > .more_menu > li > a.donate{
                display:none;
            }
    header > .mobile_banner {
        display: none;
    }

main {
    clear: both;
}

footer {
    clear: both;
    width: 100%;
    float: left;
    border-top: 1px solid #666;
    margin-top: 10px;
    padding: 5px 0 0;
    text-align: center;
    font-size: 0.75em;
}
    footer a {
        text-decoration: none;
    }footer a:hover {
        text-decoration: underline;
    }
    footer > .links {
        margin-right: 40px;
    }

@media only screen and (max-width: 1005px) {

    header > .painter {
        display: none;
    }
    .cartoons_link{
        display: none!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1005px) {

    #wrapper {
        width: 748px;
    }

    header > .middle {
        width: 442px;
        height: 222px;
    }
    header > nav > .normal {
        width: 442px;
    }
        header > nav > .normal a > span {
            padding-left: 6px;
            padding-right: 6px;
        }

    header > nav > .normal a.donate {
        display: none;
    }
    header > nav > .normal > .more_menu > li > a.donate{
        display:block;
    }
}

@media only screen and (max-width: 767px) {

    #wrapper {
        margin: 0;
        width: auto;
    }
    main {
        padding: 0 10px;
    }
    header > .top_block_ad,
    header > nav > .normal,
    header > .middle,
    footer > .bottom_banner_ad {
        display: none;
    }
    header > nav > .mobile {
        opacity: 1;
        height: auto;
        background: #7E7556;
        overflow: auto;
        clear: both;
    }
        header > nav > .mobile > a {
            display: block;
            float: left;
            width: 50%;
            color: #fff;
            text-decoration: none;
        }
            header > nav > .mobile > a > span {
                display: block;
                padding: 4px 10px;
                margin: 0 10px;
                border-bottom: 1px solid #999966;
                font-size: 1.4em;
            }header > nav > .mobile > a:hover > span {
                background: #336699;
            }
    header > .mobile_header {
        display: block;
        background: #9A8D5A;
        height: 40px;
    }
        header > .mobile_header > .logo {
            float: left;
            height: inherit;
        }
        header > .mobile_header > .button_menu {
            float: right;
            height: inherit;
        }header > .mobile_header > .button_menu:hover {
            background: #7E7556;
            cursor: pointer;
        }
            header > .mobile_header > .button_menu > img {
                padding: 4px 10px 0;
            }
    header > .mobile_banner {
        display: block;
        margin: 10px auto 0;
    }
}

@media only screen and (max-width: 479px) {
    header > .mobile_header {
        height: 70px;
    }
        header > .mobile_header > .logo img {
            width: 0;
            height: 0;
            padding: 35px 100px;
            background-image: url('/assets/images/at-logo.gif');
            background-size: contain;
        }
    footer > .links {
        margin-right: 0;
    }
    footer > .copyright {
        display: block;
    }
}

/* WIDGETS / SHARED */

main .follow_us {
    border: 1px solid #ccc;
    margin-top: 7px;
}
main .follow_us > h3 {
    background: #999966;
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
main .follow_us > .social_buttons {
    padding: 10px 0 5px;
    text-align: center;
}
main .follow_us > .social_buttons > * {
    margin-left: 7px;
}
main .follow_us > .social_buttons > *:first-child {
    margin-left: 0;
}

main .social_buttons .gettr_icon {
    width: 32px;
    border-radius: 5px;
}
main .follow_us > .newsletter {
display: block;
padding: 7px 0 5px;
text-align: center;
}
main .videos_widget {
    border: 1px solid #ccc;
    border-top:none;
    margin-top: 7px;
    *float: left;
    *margin-right: 10px;
    *text-align: center;
    clear:both;
}
    main .videos_widget .title {
        border-top:1px solid #ccc;
        background: #999966;
        color: #fff;
        display: block;
        padding: 5px 0;
        overflow: auto;
        *zoom: 1;

    }
        main .videos_widget .title h3 {
            font-size: 1em;
            margin: 0 0 0 10px;
            float: left;
        }
        main .videos_widget .title .more {
            float: right;
            font-size: 0.7em;
            margin: 3px 10px 0 0;
        }
            main .videos_widget .title .more a {
                color: #fff;
                text-decoration: none;
            }main .videos_widget .title .more a:hover {
                text-decoration: underline;
            }
    main .videos_widget .items {
        overflow: auto;
        *zoom: 1;
        margin: 0 0 8px 8px;
    }
        main .videos_widget .items .item {
            float: left;
            margin: 8px 8px 0 0;
            width: 110px;
            width: 150px\9;
            height: 75px;
            height: 100px\9;
            overflow: hidden;
            position: relative;
        }main .videos_widget .items .item:hover p {
            height: auto;
        }
            main .videos_widget .items .item p {
                margin: 0px;
                background: url('/assets/images/blue-bg.png');
                padding: 2px;
                overflow: hidden;
                width: 106px;
                width: 146px\9;
                height: 21px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                text-align: left;
                font-size: 0.725em;
                line-height: 1;
            }
                main .videos_widget .items .item p a {
                    display: block;
                    color: #fff;
                    text-decoration: none;
                }
            main .videos_widget .items .item .asset-icon {
                display: block;
                position: relative;
            }
                main .videos_widget .items .item .asset-icon img {
                    width: 150px\9;
                }
                main .videos_widget .items .item .asset-icon .play-icon {
                    background: url("/assets/images/play_button_icon-dark-ss.png");
                    height: 20px;
                    left: 5px;
                    position: absolute;
                    top: 5px;
                    width: 20px;
                    z-index: 10;
                }
main ul.link_list {
    color: #fff;
    background: #999;
    margin: 0;
    padding: 5px 5px 5px 20px;
    font-size: 0.775em;
    line-height: 1.5;
}
    main ul.link_list > li {
        margin-bottom: 1px;
    }
        main .link_list > li a {
            color: #fff;
            text-decoration: none;
        }main .link_list > li a:hover {
            text-decoration: underline;
        }
#comments-container {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px;
    display: none;
}

#comments-container .disqus-login{
    float: right;
    margin-top: 5px;
}
#comments-container .disqus-login a {
    color: #999a9b;
    font-weight: bold;
    text-decoration: none;
}
#comments-container .disqus-login img{
    width:25px;
    vertical-align: sub;
}

#comments-container>h1 {text-align: center;}
    #comments-container .auth {
        text-align: center;
        margin:5px 0;
        border-bottom:1px dashed #ccc;
    }
        #comments-container .auth a {
            font-size: 1.1em;
            text-decoration: none;
        }
        #comments-container .auth a:hover {
            text-decoration: underline;
        }

        #comments-container .comments-missing-permissions {margin-bottom:5px;}
        #comments-container .auth p.notice {margin:5px 0 10px 0; font-size:0.8em; color:#ff0000; font-style: italic;}

main .article_body img {
    max-width: 100%;
}

/* HOMEPAGE */

/* NDN Widget */
/*html body main .ndn_embedContainer.ndn_widget_VideoPlayer-PTR .ndn_sliderItems li {
    width: 170px !important;
}
html body main .ndn_embedContainer.ndn_widget_VideoPlayer-PTR,
html body main .ndn_embedContainer.ndn_widget_VideoPlayer-PTR .ndn_responsiveContainer {
    min-width: 0px !important;
}*/

main > .column_486 {
    width: 481px;
    float: left;
    padding-right: 5px;
}
main > .column_320 {
    width: 320px;
    float: right;
}
    main .side_ads > div {
        width: 180px;
        overflow: hidden;
    }
main > .column_180 {
    width: 180px;
    float: right;
}
main .hidden_blog {
    display: none;
}
main .home_entry {
    margin: 12px 10px 0 4px;
    line-height: 1.2;
}
    main .home_entry a {
        text-decoration: none;
        color: #003399;
    }main .home_entry a:hover {
        text-decoration: underline;
    }
    main .home_entry > a.home_title {
        font-weight: bold;
        color: #003399;
    }
    main .home_entry > .home_author {
        font-weight: bold;
        font-size: 0.9em;
        display: block;
    }
    main .home_entry > .home_excerpt {
        font-size: 0.9em;
        display: block;
    }
main .video_header {
    float: left;
}
main .more_videos_top {
    font-size: 0.7em;
    float: right;
    margin-top: 26px;
}
    main .more_videos_top a {
        text-decoration: none;
    }main .more_videos_top a:hover {
        text-decoration: underline;
    }
main .more_videos_bottom {
    display: none;
    font-size: 0.7em;
    margin: 2px 0 0 20px;
}
    main .more_videos_bottom a {
        text-decoration: none;
    }main .more_videos_bottom a:hover {
        text-decoration: underline;
    }
main .home_video {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 10px 6px 6px;
    clear: both;
    overflow: auto;
    *zoom: 1;
    text-align: center;
}
    main .home_video #ndn-widget-embed-1 {
        display: inline-block;
    }
    main .home_video > .entry {
        float: left;
        padding: 0 5px;
        border-left: 1px solid #ccc;
        width: 145px;
    }main .home_video > .entry:first-child {
        border-left: none;
    }
    main .home_video > .entry.last {
        display: none;
    }
        main .home_video > .entry > .image {
            width: 60px;
            float: left;
            display: block;
            position: relative;
        }
            main .home_video > .entry > .image > .overlay {
                position: absolute;
                left: 3px;
                top: 3px;
            }
        main .home_video > .entry > .excerpt {
            width: 78px;
            float: right;
            word-wrap: break-word;
            font-size: 0.75em;
            line-height: 1.1;
        }
        main .home_video > .entry > .excerpt a {
            text-decoration: none;
        }main .home_video > .entry > .excerpt a:hover {
            text-decoration: underline;
        }
main .prev_articles_date {
    color: #999966;
    font-size: 0.9em;
    margin-top: 5px;
}
main .prev_articles_bottom {
    display: none;
    clear: left;
}
main .prev_articles {
    font-size: 0.9em;
    margin: 0;
    padding-left: 15px;
}
    main .prev_articles a {
        text-decoration: none;
        color: #0033cc;
    }main .prev_articles a:hover {
        text-decoration: underline;
    }
    main .prev_articles > li {
        margin-bottom: 1px;
    }

main .home_blog {
    margin: 12px 10px 0 4px;
    line-height: 1.2;
}
    main .home_blog a {
        text-decoration: none;
        color: #003399;
    }main .home_blog a:hover {
        text-decoration: underline;
    }
    main .home_blog > a.home_title {
        font-weight: bold;
        color: #003399;
    }
    main .home_blog > .home_date {
        display: block;
        color: #999966;
        font-size: 0.9em;
    }
    main .home_blog > .home_date_small {
        display: none;
        color: #999966;
        font-size: 0.9em;
    }
    main .home_blog > .home_excerpt {
        font-size: 0.9em;
        display: block;
    }
main a.more_blog {
    display: block;
    font-size: 0.9em;
    margin: 20px 0;
    text-decoration: none;
}main a.more_blog:hover {
    text-decoration: underline;
}
main .featured_cartoon {
    margin-top: 10px;
    display: block;
}
    main .featured_cartoon img {
        display: block;
    }
main .click_cartoon {
    padding: 0px 0px 5px 0px;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    background: #7E7556;
    margin: 0;
    width: 180px;
}

.click_cartoon a {
	color: white;
    text-decoration: none;
}

main .contact_us_form {
    margin: 0px 0px 0px -35px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1005px) {

    main > .column_486 {
        width: 563px;
    }
        main.homepage .middle_ad {
            display: none;
        }
    main > .column_180 {
        margin-bottom: 20px;
    }
    main > .column_320 {
        clear: right;
        float: right;
    }
        main .top_articles {
            width: 281px;
            float:left;
        }
        main .hidden_blog {
            display: block;
            float: right;
            width: 281px;
        }
        main .more_videos_top {
            display: none;
        }
        main .more_videos_bottom {
            display: block;
        }
        main .home_video {
            clear: left;
            width: auto;
            padding: 0;
            border: none;
            background: none;
        }
            main .home_video > .entry {
                width: 248px;
            }
            main .home_video > .entry.last {
                display: block;
            }
                main .home_video > .entry > .excerpt {
                    width: 177px;
                    margin-top: 5px;
                }
        main .blog_container {
            display: none;
        }
        main .home_blog > .home_date {
            display: none;
        }
        main .home_blog > .home_date_small {
            display: inline;
        }
        main .prev_articles_bottom {
            display: block;
        }
        main .prev_articles_top {
            display: none;
        }
        main > .column_320 .newsmax {
            float: right;
            margin-left: 10px;
        }
        main > .column_320 .ad_fp_blog {
            clear: right;
            float: right;
        }
        main .middle_ad {
            clear: both;
        }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    main > .column_486 {
        width: 435px;
        display: table;
        table-layout: fixed;
    }
    main > .column_320 {
        width: 620px;
        float: left;
    }
        main .hidden_blog {
            display: table-row-group;
        }
        main .top_articles {
            display: table-header-group;
        }
        main .blog_container {
            display: none;
        }
        main > .column_320 .newsmax {
            margin-top: 20px;
        }
    main .more_videos_top {
        position: relative;
        right: -170px;
        margin-top: 0;
    }
    main .video_header,
    main .home_video {
        width: 600px;
    }
        main .home_video > .entry.fourth {
            display: block;
        }
        main .home_video > .entry {
            width: 129px;
        }
            main .home_video > .entry > .excerpt {
                width: 64px;
            }
    main.homepage .middle_ad {
        position: relative;
        left: 84px;
    }
    main.homepage .prev_articles_top {
        width: 620px;
    }
    main .middle_ad {
        margin-left: -10px;
    }
    main .side_ads > div {
        float: right;
    }
}

@media only screen and (max-width: 639px) {
    main .side_ads > div {
        display: none;
    }
    main > .column_486 {
        display: table;
        table-layout: fixed;
    }
    main .hidden_blog {
        display: table-row-group;
    }
    main .top_articles {
        display: table-header-group;
    }
    main .blog_container {
        display: none;
    }
    main .home_entry,
    main .home_blog {
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }main .home_entry:nth-child(3),
    main .home_blog:nth-child(3) {
        border: none;
    }
        main .home_blog > .home_date {
            display: none;
        }
        main .home_blog > .home_date_small {
            display: inline;
        }
    main > .column_320 .newsmax {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {

    main > .column_486 {
        width: 460px;
    }
    main > .column_180 {
        width: 460px;
        float: left;
    }
        main > .column_180 > .follow_us {
            width: 258px;
            float: right;
        }
    main > .column_320 {
        width: 460px;
        float: left;
    }
    main .home_video > .entry {
        width: 138px;
    }
        main .home_video > .entry > .excerpt {
            width: 71px;
        }
    main .middle_ad {
        margin-left: -5px;
    }
}

@media only screen and (max-width: 479px) {
    main > .column_486 {
        width: 300px;
    }
        main .middle_ad {
            display: none;
        }
    main > .column_180 {
        width: 300px;
        float: left;
    }
        main > .column_180 > .follow_us {
            clear: left;
        }
    main .more_videos_top {
        display: none;
    }
    main .more_videos_bottom {
        display: block;
    }
    main .home_video {
        clear: left;
        width: auto;
        padding: 0;
        border: none;
        background: none;
    }
        main .home_video > .entry {
            width: 248px;
            border: none;
        }
        main .home_video > .entry.last {
            display: block;
        }
            main .home_video > .entry > .excerpt {
                width: 177px;
                margin-top: 5px;
            }
    main > .column_320 {
        width: 300px;
        float: left;
    }
        main > .column_320 .newsmax {
            margin-left: -4px;
        }
    main .featured_cartoon img,
    main .click_cartoon {
        width: 100%;
    }
}

/* ARTICLE PERMALINK */

main .breadcrumbs {
    padding-top: 5px;
}
    main .breadcrumbs > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #999966;
        font-weight: bold;
    }
        main .breadcrumbs > ul > li {
            display: inline-block;
            *display: inline;
        }
            main .breadcrumbs > ul > li a {
                color: #003399;
                text-decoration: none;
            }main .breadcrumbs > ul > li a:hover {
                background: #336699;
            }
main .top_article_ad {
    text-align: center;
    margin-top: 10px;
}
main .column_610 {
    width: 610px;
    float: left;
}
body.comments main .column_610 {
    width: auto;
    max-width: 660px;
}
main .column_364 {
    width: 364px;
    margin-left: 12px;
    float: left;
}
main .social_tools {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-top: 10px;
    padding: 5px 2px;
    font-size: 0.9em;
    overflow: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* .atstbx2 .at300b .tweet_iframe_widget{
    width: 73px !important;
    height: 100px;
    margin-right: 1rem;
    text-align: center;
    align-items: center;
} */

.column_610 .sponsored_title, .column_364 .sponsored_title {background-color:#fff; color:#9e9e9e; text-align: right; font-size:0.7em; padding:3px; margin-top:15px; margin-bottom:4px; border-top:1px dotted #ccc;}
.column_364 .sponsored_title {margin-bottom:0 !important;}
.column_364 .sponsored_title.ora { margin-top: 10px; float:left; width: 100%; box-sizing: border-box; }

main .social_tools a {
    color: #0033cc;
    text-decoration: none;
}
main .social_tools img {
    vertical-align: middle;
}
main .social_tools > * {
    float: right;
    margin-right: 5px;
}
main .social_tools > .separator {
    margin: 0 1px;
}
main .social_tools .tweet_iframe_widget{
    width: 73px !important;
    margin: 0 3px 0 -4px;
}
main .social_tools div.comments {
    border: solid 1px #efefef;
    border-radius: 3px;
    padding: 1px 4px;
    height: 18px;
    font-size: .8em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: -1px 0 0 2px;
}
main .social_tools div.comments > * {
    pointer-events: none;

}
main .social_tools div.comments i {
    margin-right: 3px;
}
main .social_tools .addthis_native_toolbox {
    margin-left: -8px;
}

main .social_tools .gettr {
    border: 1px solid #ececec;
    border-radius: 3px;
    height: 19px;
    cursor: pointer;
    margin: 0 4px 0 0;
}

main .social_tools .gettr img {
    width: 45px;
    pointer-events: none;
    margin: -2px 0 0 0;
}
main .main-follow-toolbar h3 {
    background: #999966;
    color: #fff;
    display: block;
    font-size: 1em;
    margin: 10px 0 0;
    padding: 5px 10px;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
main .article_date {
    margin-top: 8px;
    color: #999966;
    font-size: 0.9em;
}
main .author {
    margin: 5px 0;
    font-size: 0.9em;
    font-weight: bold;
}
    main .author a {
        text-decoration: none;
        color: #0033cc;
    }main .author a:hover {
        text-decoration: underline;
    }
main .article_box_ad {
    float: left;
    margin: 0 10px 5px 0;
}
main .article_body {
    font-family:times new roman,times,serif;
    font-size: 1.165em;
}
    main .article_body * {
        font-size: inherit !important;
        /* Props to Michael Brockway for helping
        Removes font-size inline styles from old articles */
    }
    main .article_body p {
        margin: 0 0 10px;
    }
main .article_excerpt {
    font-size: 0.9em;
}
    main .article_excerpt a {
        color: #0033cc;
        text-decoration: none;
    }main .article_excerpt a:hover {
        text-decoration: underline;
    }
main .around_web_ad {
    font-size: 0.9em;
}
main .outbrain_container {
    border:2px solid #ccc;
    margin:20px 0 0;
    background-color:#fff;
    padding:5px 0;
    font-size: 0.8em;
}
    main .outbrain_container a {
        color: #0033cc;
        text-decoration: none;
    }main .outbrain_container a:hover {
        text-decoration: underline;
    }
    main .outbrain_container .ob_dual_left .ob_org_header {
        width:100%;
        border-bottom:2px solid #000;
        padding:2px;
        display:block;
        text-transform:uppercase;
    }
    main .outbrain_container .ob_dual_right .ob_ads_header {
        width:100%;
        border-bottom:2px solid #000;
        padding:2px;
        display:block;
        text-transform:uppercase;
    }
    main .outbrain_container ul li {
        list-style-position:outside;
        margin:0 0 0 -20px;
        padding:0;
    }
    main .outbrain_container ul li .ob_source {
        color:#999999;
        font-size: 0.9em;
        font-style:italic;
    }
main .column_364 .follow_us {
    width: 100%;
    float: right;
    box-sizing: border-box;
}
main .side_ads {
    width: 180px;
    float: right;
    margin-bottom: 20px;
}
main .side_links {
    width: 174px;
    float: left;
    margin-bottom:10px;
}
main .double_top {
    width: 100%;
    float: left;
}
main.article #related-sidebar {
    clear: both;
}

@media only screen and (max-width: 1072px) {
    body.comments main .column_610 {
        width: 610px;
    }
}

@media only screen and (max-width: 1005px) {
    main .main-follow-toolbar {
        display: none;
    }
    .cartoons_link{
        display: none!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1005px) {

    main > .column_610, body.comments main .column_610 {
        width: 100%;
    }
    main > .column_364 {
        /*width: 174px;*/ /*Commented out because video sidebar widget cannot shrink*/
    }
    main .article_body img {
        max-width: 562px;
        height: auto;
    }
    main .column_364 .follow_us {
        width: 172px;
    }
    main .side_ads {
        width: 174px;
    }
    main.article #NmWgContainer {
        width: auto;
    }
    main .videos_widget .title h3 {
        font-size: 0.75em;
        margin: 0px 0px 0px 5px;
    }
    main .videos_widget .title .more {
        display: none;
    }
    main .videos_widget .items .item {
        width: 155px;
        height: 100px;
    }
        main .videos_widget .items .item p {
            width: 151px;
            height: 21px;
        }
            main .videos_widget .items .item .asset-icon a img {
                width: 155px;
            }
}

@media only screen and (min-width: 640px) and (max-width: 959px) {

    main > .column_610, body.comments main .column_610 {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 959px) {

    main > .column_610, body.comments main .column_610 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    main > .column_364 {
        width: 610px;
        margin: 0;
    }
    main .videos_widget .items .item:last-child {
        display: none;
    }
    main .side_links {
        clear: left;
        float: left;
    }
    main .side_ads {
        float: left;
        text-align: right;
    }
    main .column_364 .follow_us {
        float: right;
        width: 236px;
    }
    main.article #related-sidebar {
        clear: none;
        float: right;
        width: 238px;
        margin-top: 10px;
    }
        main.article #NmWgContainer {
            width: auto;
        }
}

@media only screen and (max-width: 639px) {
    main .social_tools .print,
    main .social_tools .email {
        display: none;
    }
    main .top_article_ad {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {

    main > .column_610, body.comments main .column_610 {
        width: 100%;
        margin: 0;
    }
    main .article_body img {
        max-width: 460px;
        height: auto;
    }
    main > .column_364 {
        margin: 0;
    }
    main.article #related-sidebar {
        clear: none;
        float: right;
        width: 180px;
        margin-top: 10px;
    }
        main.article #NmWgContainer {
            width: auto;
        }
}

@media only screen and (max-width: 479px) {

    main > .column_610, body.comments main .column_610 {
        width: auto;
        margin: 0;
        float: none;
    }
    main .article_body img {
        max-width: 300px;
        height: auto;
    }
    main > .column_364 {
        width: auto;
        margin: 0;
        float: none;
    }
    main .side_links {
        width: 300px;
        margin-bottom: 10px;
    }
    main .column_364 .follow_us {
        clear: both;
        float: none;
        width: 300px;
        margin-bottom: 10px;
    }
    main .article_box_ad {
        float: none;
        text-align: center;
        margin: 0 0 5px 0;
    }
    main.article #related-sidebar {
        clear: both;
        width: 300px;
    }
        main.article #NmWgContainer {
            width: auto;
        }
    main .videos_widget .title h3 {
        font-size: 0.95em;
    }
    main .videos_widget .items .item {
        width: 135px;
        height: 90px;
    }
        main .videos_widget .items .item p {
            width: 131px;
            height: 21px;
        }
            main .videos_widget .items .item .asset-icon a img {
                width: 135px;
            }
}

/* BLOG POST PERMALINK */

main .blog_nav {
    font-size: 0.9em;
    font-weight: bold;
    margin: 10px 0;
}
    main .blog_nav a {
        text-decoration: none;
    }main .blog_nav a:hover {
        text-decoration: underline;
    }
main.blog_post #related-sidebar {
    clear: both;
}

@media only screen and (min-width: 768px) and (max-width: 1005px) {

    main.blog_post #NmWgContainer {
        width: auto;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    main.blog_post #related-sidebar {
        clear: none;
        float: right;
        width: 238px;
        margin-top: 10px;
    }
        main.blog_post #NmWgContainer {
            width: auto;
        }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {

    main.blog_post #related-sidebar {
        clear: none;
        float: right;
        width: 180px;
        margin-top: 10px;
    }
        main.blog_post #NmWgContainer {
            width: auto;
        }
}

@media only screen and (max-width: 479px) {

    main.blog_post #related-sidebar {
        clear: both;
        width: 300px;
    }
        main.blog_post #NmWgContainer {
            width: auto;
        }
}

/* ARCHIVES PAGE */

main .archive_columns .column {
    width: 180px;
    float: left;
    margin-left: 20px;
}
main .archive_columns .column.small {
    width: 160px;
    float: left;
    margin-left: 20px;
}main .archive_columns .column.small:first-child {
    margin-left: 0;
}
    main .archive_columns .column.small .link_list {
        background: none;
        color: #000;
    }
        main .archive_columns .column.small .link_list a {
            color: #0033cc;
        }
main .archive_columns .column.large {
    width: 200px;
    float: left;
    margin-left: 20px;
}
main .archive_columns .column.ads {
    width: 160px;
    float: left;
    margin-left: 20px;
}
    main .archive_columns .column.ads .side_ads {
        width: auto;
    }
        main .archive_columns .column.ads .side_ads > div {
            width: auto;
        }

@media only screen and (min-width: 480px) and (max-width: 1005px) {

    main .archive_columns .column.authors,
    main .archive_columns .column.ads {
        float: right;
    }
    main .archive_columns .column.large {
        width: 180px;
        float: right;
    }
}

@media only screen and (max-width: 479px) {

    main .archive_columns .column,
    main .archive_columns .column.large,
    main .archive_columns .column.ads,
    main .archive_columns .column.small {
        width: auto;
        float: none;
        margin: 10px 0;
    }
}

/* MONTHLY ARTICLES ARCHIVE */

main .articles_archive a {
    color: #003399;
    text-decoration: none;
}main .articles_archive a:hover {
    text-decoration: underline;
}
main .articles_archive .date {
    margin-top: 10px;
    color: #999966;
    font-size: 0.9em;
}
main .articles_archive .title {
    font-weight: bold;
}
main .articles_archive .author_name {
    font-weight: bold;
    font-size: 0.9em;
}
main .articles_archive .footer {
    font-size: 0.9em;
}
main .column_610.archive {
    width: 584px;
}
main .column_364.archive {
    width: 390px;
}
main .side_links.archive {
    width: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 1005px) {

    main .column_610.archive {
        width: 536px;
    }
    main .column_364.archive {
        width: 200px;
    }
    main .side_links.archive {
        width: 200px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    main .column_610.archive {
        width: 420px;
    }
    main .column_364.archive {
        width: 200px;
    }
    main .side_links.archive {
        width: 200px;
    }
}

@media only screen and (max-width: 639px) {

    main .column_610.archive {
        width: auto;
    }
    main .column_364.archive {
        width: auto;
    }
    main .side_links.archive {
        width: 200px;
    }
}

/* AUTHOR ARTICLES */

main ul.author_articles {
    font-size: 0.9em;
}
    main ul.author_articles a {
        text-decoration: none;
    }main ul.author_articles a:hover {
        text-decoration: underline;
    }

/* VIDEO */

main .video_item {
    margin-top: 20px;
    margin-left: 10px;
}
    main .video_item h2 {
        background: none;
        padding: 0;
        margin: 0;
        font-size: 1.125em;
    }
        main .video_item h2 a {
            color: #9A8D5A;
        }
    main .video_item p {
        padding: 0;
        margin: 5px 0 5px 130px;
        font-size: 0.9em;
    }
    main .video_item a {
        text-decoration: none;
    }main .video_item a:hover {
        text-decoration: underline;
    }
    main .video_item > .image {
        width: 120px;
        float: left;
        display: block;
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
    }
        main .video_item > .image > .overlay {
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -20px 0 0 -20px;
        }
        main .video_item > .image > .vid {
            display: block;
        }
    main .video_item > .footer {
        clear: left;
        border-top: 1px dashed #CCCCCC;
        text-align: right;
        font-size: 0.9em;
    }
main .column_364 .follow_us_left {
    overflow: auto;
    *zoom: 1;
}
    main .column_364 .follow_us_left .follow_us {
        width: auto;
        float: none;
    }

/* VIDEO ARCHIVES */

main .month_nav {
    margin-top: 40px;
    font-weight: bold;
    background: #F2F2F2;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    color: #9A8D5A;
    overflow: auto;
    *zoom: 1;
}
    main .month_nav a {
        text-decoration: none;
    }main .month_nav a:hover {
        text-decoration: underline;
    }
    main .month_nav .prev {
        float: left;
    }
    main .month_nav .next {
        float: right;
    }
main h1.video {
    font-size: 1.9em;
}

/* CARTOONS */

main .cartoon_image {
    width: 100%;
}
main .cartoon_caption {
    font-size: 0.9em;
}
    main .cartoon_caption a {
        color: #0033cc;
        text-decoration: none;
    }main .cartoon_caption a:hover {
        text-decoration: underline;
    }
main .cartoon_bottom_nav {
    font-size: 0.9em;
    overflow: auto;
    *zoom: 1;
}
    main .cartoon_bottom_nav a {
        color: #0033cc;
        text-decoration: none;
    }main .cartoon_bottom_nav a:hover {
        text-decoration: underline;
    }
    main .cartoon_bottom_nav .prev {
        float: left;
    }
    main .cartoon_bottom_nav .next {
        float: right;
    }
main .posted_at {
    margin-top: 10px;
}
main .cartoon_nav {
    margin: 10px 0 10px;
    overflow: auto;
    *zoom: 1;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0 0 20px;
}
    main .cartoon_nav h3 {
        background: #999966;
        color: #fff;
        display: block;
        padding: 5px 0 5px;
        margin: 0 0 25px;
        overflow: auto;
        *zoom: 1;
        font-size: 1em;
        text-transform: uppercase;
    }
    main .cartoon_nav a.prev,
    main .cartoon_nav a.next {
        display: inline-block;
        width: 140px;
        text-decoration: none;
    }main .cartoon_nav a.prev:hover,
    main .cartoon_nav a.next:hover {
        text-decoration: underline;
    }
    main .cartoon_nav a.next {
        margin-left: 10px;
    }
        main .cartoon_nav a .arrow_left {
            float: left;
        }
        main .cartoon_nav a .arrow_right {
            float: right;
        }
        main .cartoon_nav a.prev .title,
        main .cartoon_nav a.next .title {
            display: block;
            text-align: center;
            font-size: 0.8em;
        }
        main .cartoon_nav .image {
            display: block;
            height: 70px;
            overflow: hidden;
        }
        main .cartoon_nav a.prev .image img,
        main .cartoon_nav a.next .image img {
            display: inline-block;
            width: 100%;
            min-height: 70px;
        }
main .cartoon_nav.bottom {
    display: none;
}

main.cartoon #related-sidebar {
    clear: both;
}

main.cartoon .videos_widget {
    clear: left;
}
main.cartoon .bottom_cartoon_ad {
    display: none;
}

@media only screen and (min-width: 1006px) {

    main.cartoon .column_364 {
        position: relative;
    }
    main.cartoon .videos_widget {
        width: 180px;
        position: absolute;
        top: 335px;
        right: 0;
    }
        main.cartoon .videos_widget .title h3 {
            font-size: 0.75em;
            margin: 0px 0px 0px 5px;
        }
        main.cartoon .videos_widget .title .more {
            display: none;
        }
        main.cartoon .videos_widget .items .item {
            width: 155px;
            height: 100px;
        }
            main.cartoon .videos_widget .items .item p {
                width: 151px;
                height: 21px;
            }
                main.cartoon .videos_widget .items .item .asset-icon a img {
                    width: 155px;
                }
}

@media only screen and (min-width: 768px) and (max-width: 1005px) {

    main .cartoon_nav {
        text-align: center;
    }
    main .cartoon_nav a.prev,
    main .cartoon_nav a.next {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    main.cartoon .videos_widget {
        clear: both;
    }
    main.cartoon .follow_us {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {

    main.cartoon .videos_widget {
        display: none;
    }
    main .cartoon_bottom_nav {
        display: none;
    }
    main .cartoon_nav {
        display: none;
    }
    main .cartoon_nav.bottom {
        display: block;
    }
}

@media only screen and (max-width: 639px) {

    main.cartoon .bottom_cartoon_ad {
        display: block;
    }
}

/* ABOUT US */

main .about_us table td {
    padding-right: 20px;
}
main .about_us table tr td:first-child {
    text-align: right;
}

/* RULES FAQ */

main .rules_faq {
    word-wrap: break-word;
}

@media only screen and (max-width: 479px) {

    main .column_610.rules_faq {
        width: 300px;
    }
}

/* SEARCH */

main.search .column_794 {
    width: 794px;
    float: left;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1005px) {

    main.search > .column_794 {
        width: 556px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    main.search > .column_794 {
        width: auto;
        margin: 0 190px 0 0;
        float: none;
    }
}

@media only screen and (max-width: 639px) {

    main.search {
        display: table;
    }
    main.search > .column_794 {
        width: auto;
        margin: 0;
        float: none;
        display: table-header-group;
    }
    main.search > .column_180 {
        display: table-header-group;
    }
}

/* LOGIN */

main .static_sign_in_form a {
    color: #0033cc;
    text-decoration: none;
}main .static_sign_in_form a:hover {
    text-decoration: underline;
}
main .static_sign_in_form input {
    width: 320px;
}
main .mario { display: none; }
main .auth { text-align:right; color:#000; padding-bottom:5px; }
    main .auth .sign_in_pop { /*display:none;*/ }
    main .auth .sign_up_pop { /*display:none;*/ }

@media only screen and (max-width: 479px) {

    main .static_sign_in_form input {
        width: 190px;
    }
}

/* COMMENTS LOGIN POPUP START */
main .subToComment {
    box-sizing: border-box;
    width: 100%;
    margin: 60px 0;
    padding: 16px 8px;
    border: solid 1px #efefef;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
}
main .login_inner_container {
    font-size: 1em;
    box-shadow: 0px 2px 10px 1px rgb(0 52 102 / 11%);
    padding: 16px 8px 0 8px;
    border-radius: 3px;
    margin: 16px 0 32px 0;
}
main .login_inner_container .login_btn,
main .login_inner_container .sub_btn,
main .commentsWelcome .logoutSection .logout {
    text-decoration: none;
    background: #9A8D5A;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    width: 75px;
    padding: 6px 15px;
    text-align: center;
    margin: 8px 16px 0 0;
    display: inline-block;
    font-size: 0.9em;
}
main .login_inner_container .sub_btn{
    width: 160px;
    padding: 6px 10px;
}
main .login_inner_container .STCText{
    display: block;
}
main .login_inner_container .support_btn,
main .commentsWelcome .support_btn{
    position: relative;
    bottom: 13px;
    right: calc(-100% + 40px);
    width: 40px;
    height: 29px;
    text-decoration: none;
    background: #9A8D5A;
    color: #fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: -16px;
}
main .commentsWelcome .support_btn {
    bottom: 27px;
}
main .login_popup_bkgd {
    position:fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: -100;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
main .login_popup {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 400px;
    height: 380px;
    position: fixed;
    top: calc(50vh - 190px);
    left: calc(50vw - 200px);
    border-radius: 3px;
    z-index: -100;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    opacity: 0;
    text-align: center;
}
main .login_popup.active,
main .login_popup_bkgd.active {
    transform: scale(1);
    opacity: 1;
    z-index: 10000;
}
main .login_popup .close_btn_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
main .login_popup .close_btn {
    padding: 2px 5px;
    cursor: pointer;
}
main .login_popup .close_btn i {
    pointer-events: none;
    font-size: 1.5em;
}
main .login_popup form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .login_popup h4{
    font-size: 1.5em;
}
main .login_popup form input{
    border: none;
    border: 1px solid #efefef;
    border-radius: 3px;
    width: 80%;
    height: 32px;
    margin-bottom: 1em;
    padding: 0 10px;
}
main .login_popup form .submit_container{
    display: flex;
    width: 100%;
    justify-content: center;
}
main .login_popup form .submit{
    background: #9A8D5A;
    width: 50%;
    color: #fff;
}
main .login_popup .login_msg.active{
    background: rgb(255,99,71, 0.4);
    align-self: center;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #FF0000;
    margin: 0 10px 10px 10px;
}
main .login_popup .login_msg.ad_msg.active{
    background: rgba(255,247,32,0.4);
    border: 1px solid #FFF720;
}
main .login_popup .login_msg a {
    color: #000;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 5px solid #9A8D5A;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #9A8D5A transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

main .ie_warning {
    display: block;
    padding: 16px 8px;
    border: 1px solid rgb(255, 99, 71);
    border-radius: 3px;
    margin: 16px 0;
    background: rgba(255, 99, 71, 0.4);
}
/* COMMENTS LOGIN POPUP END */

/* COMMENTS LOGGED IN WELCOME START*/
main .commentsWelcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0px 2px 10px 1px rgb(0 52 102 / 11%);
    border-radius: 3px;
    margin: 16px 10px;
    font-size: 1em;
}
main .commentsWelcome .welcomeSection {
    padding: 16px 16px 8px 16px;
}
main .commentsWelcome .logoutSection{
    padding: 8px 16px 16px 16px;
}

/* COMMENTS LOGGED IN WELCOME END*/

/* TECH SUPPORT TEXT START */
main .support_text {
    display: block;
    text-align: center;
    padding: 5px;
    border: 1px solid #9A8D5A;
    border-radius: 3px;
    background: rgba(154,141,90,0.4);
}
main .support_text a{
    color: rgb(154,141,90);
}
/* TECH SUPPORT TEXT END */

/* REGISTER */

@media only screen and (max-width: 479px) {

    main .sign_in_form {
        font-size: 0.9em;
    }
    main .sign_in_form table {
        display: block;
    }
    main .sign_in_form td {
        display: block;
        text-align: left;
    }
    /* hyvor login popup start */
    main .login_popup {
        width: 300px;
        top: calc(50vh - 190px);
        left: calc(50vw - 150px);
    }
    main .login_popup h4{
        font-size: 1.2em;
    }
    /* hyvor login popup end */
}


/* RSS SYNDICATION */

main .rss_feeds td {
    padding: 2px 5px;
}

/* PRINT */

@media only print {
    .top_block_ad,
    .mobile_header,
    nav,
    .below_logo,
    .mobile_banner,
    .breadcrumbs,
    .social_tools,
    .column_364,
    #related-footer,
    [id^="taboola"],
    .nr_rsearch_placeholder,
    .apd_static_banner,
    main .top_article_ad,
    .article_box_ad,
    div[style^="clip: auto; height:"],
    footer,
    #comments-container,
    .cartoon_bottom_nav,
    .blog_nav {
        display:none !important;
    }

    body {font-size:100%;}
    main .column_610, body.comments main .column_610 {width:100%; float:none;}
    main {width:100%;padding-top: 10px;}

    h1.logo {
        width: auto;
        height: 100%;
    }
    h1.logo img {
        width: auto;
        height: 100%;
    }
    header > .middle {
        width: auto;
    }
}

/*<!-- Styling for responsive video player -->*/
#ndn_player {
    float: left;
    margin-bottom: 15px;
    width: 600px;
    height: 420px;
}



@media screen and (max-width: 1005px) and (min-width: 768px) {
    #ndn_player {
        height: 320px;
        width: 550px;
    }
}

@media screen and (max-width: 640px) {
    #ndn_player {
        width: 300px;
        height: 240px;
    }
}

@media screen and (max-width: 767px) and (min-width: 641px) {
    #ndn_player {
        width:550px;
        height:450px;
    }
}
/*<!-- End styling for responsive video player -->*/

/*
#div-gpt-ad-1345489840937-4 {
    display: none;
}*/

@media only screen and (max-width: 767px) {
    .ndn_player_div{
        width:100% !important;
    }
}

@media only screen and (max-width: 424px) {
    .ndn_player_div{
        width:100% !important;
    }
}

.ndn_player_div{
    width:60%;
    background:white;
    margin:0 auto;
}

/* Contact Info Page - Mobile Website Update Info Bubble */
.mobile-upd-info {
    background: #666666;
    padding: 15px;
    margin:10px 0 20px;
    border-radius: 15px;
    color: #FFFFFF;
    box-shadow: 2px 4px 5px rgba(0,0,0,0.7);
    line-height:1.7em;
    font-size:1.1em;
}

/***
  **
   *  Name:        DONATE BOX STYLES
   *  Author:      MJ
   *  Date:        4.19.18(ADDED)
   *  Desc:        CSS for new Donate Box - "Did you like this post..."
   *  Templates:   articles, article_comments, blog, blog_comments
  **
***/

#publirDonate {
    width:auto;
    min-height:30px;
    background-color:#3d4f85;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 10px 0;
    padding:5px;
}

#publirDonateText {
    flex-grow:1;
}

@media only screen and (max-width: 639px) {
    #publirDonate {display:block;}
    #publirDonateText {flex-grow:none; display:block;}
}


#publirDonateButtons {
    display: inline-block;
}

#publirDonateText .PublirDonateHeader{
    margin:0px; padding:0px;
}

#publirDonateButton1 {
    /*width: 30px;*/
    height: 30px;
    text-align:center;
    vertical-align:middle;
}

#publirDonateButton2 {
    /*width: 30px;*/
    height: 30px;
    text-align:center;
    vertical-align:middle;
}

#publirDonateButton3 {
    /*width: 30px;*/
    height: 30px;
    text-align:center;
    vertical-align:middle;
}

#publirDonate button {margin-right:2px;}

#publirCustomDonationAmount {
    width: 40px;
    margin-right: 2px;
    height: 24px;
    text-align:center;
    vertical-align:middle;
}

#publirDonateButton4 {
    /*width: 50px;*/
    height: 30px;
    text-align:center;
    vertical-align:middle;
}

/*Look at load_ads.js to find this div*/
#U-fenK6epGuBh0M2U-bIGnkR2rM3SB4fcNNuCrTC{
    margin-top: 30px;
}

/* NEW RCMG LOGIN METHOD */

    .rcmg-outer-wrapper {
        /* overflow: unset; */
        width: 100%;
        height: 100%;
    }
    .rcmg_auth {
        border-radius: 3px;
        color: #ffffff;
        font-size: 0.8em;
        font-weight: normal;
        padding: 20px 10px;
        background-color: #3DA5ED;
    }
    .rcmg_auth .logged_in_to_comment {
        float: left;
        padding-bottom: 10px;
    }
    .rcmg_auth a.rcmg_sign_in, .rcmg_auth a.rcmg_register, .rcmg_auth a.rcmg_sign_out, .rcmg_auth a.rcmg_account {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 5px 10px;
        font-weight: normal;
        margin: 0 5px;
    }
    .rcmg_auth a {
        color: #FFFFFF !important;
        text-decoration: none;
    }

    div#disqus_thread {
        margin-top: 15px;
        border-top: 2px solid #999966;
    }
    /*Disqus Overwrites*/

    li#thread-share-bar {
        display: none !important;
    }

    @media only screen and (max-width: 425px) {
        /*fix rcmg modal css in mobile - David N*/
        span.rcmg_user_account_label {
            display: inline-block;
            margin-bottom: 17px;
            /* float: left; */
            margin-left: 38px;
        }
        /*fix rcmg modal css in mobile - David N*/
        .rcmg_auth{
            Display: inline-table;
        }

    }

    @media only screen and (min-width: 390px) and (max-width: 425px) {
        /*fix rcmg modal css in mobile - David N*/
        span.rcmg_user_account_label {
            margin-left: 90px;
        }
    }
    @media only screen and (max-width: 330px) {
        /*fix rcmg modal css in mobile - David N*/
        span.rcmg_user_account_label {
            margin-left: 22px;
        }
    }


/* END NEW RCMG LOGIN METHOD */

/* Ora Outstream Video Unit */
#ora_container {
    width: 400px;
    float: left;
}
#ora_unit {
    top: 0;
    width: 100%;
    max-width: 400px;
}
#ora_unit.fixed {
    position: fixed;
}

.most-read-widget {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*//////////////////////////////////////////////////////////////////////////////
// Vuukle Sidebar Ad ///////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////*/

#vuukle_sidebar_ad {
    clear:both;
}

/* NEW ADDTHIS EMAIL BTN */
.addthis_inline_share_toolbox_lazg {
    clear: none !important;
}

/*GETTR share */
.gettr.btn img {
    padding: 3px;
    width: 12px;
}
.gettr.btn a {
    color: #fff;
    display: inline-block;
    padding-top: 2px;
    position: relative;
}
.gettr.btn {
    background: #a00203;
    font-size: .8em;
    padding: 0px 5px;
    border-radius: 3px;
    color: #fff;
    margin-right: 2px;
}
main .social_buttons .gettr {
    width: 32px;
    border-radius: 5px;
}
.mewe_btn {
    height: 23px;
    vertical-align: top;
    margin-top: 7px;
}
.mewe.btn img{
    height: 11px;
    padding: 4px 3px;
    vertical-align: top;
    border: solid 1px #ececec;
    border-radius: 3px;
    margin: auto;
}
.column_180 .follow_us .mewe_btn {
    height: 16px;
}

svg.gab.btn {
    height: 15px;
    border: solid 1px #ececec;
    border-radius: 3px;
    margin: 0 2px;
    padding: 2px 0;
}
.column_180 .follow_us a svg {
    width: 32px;
}
.double_top .follow_us > .social_buttons > * {
    margin-left: 12px;
}
.social_tools .btn {
    display: inline-block;
    float: right;
}

p.promo-article-text {
    padding: 10px 0;
    /*font-size: 14px !important;*/
    font-size: inherit;
}

@media print{
    /*
    Print styles
    */

    header > .painter,
    header > .middle,
    span.button_menu {
        display:none !important;
    }

    header > .mobile_header{
        display: block !important;
        border-bottom: 1px solid #cececeee;
        padding-bottom: 10px;
    }

    .mobile_header > .logo > img {
        width: 45%;
    }
    /*Hidding ads on print*/
    div#ld-8832-1542,
    div#div-gpt-ad-1609270299107-0,
    div#ld-7146-6908,
    div#zergnet-widget-52101,
    div#slider-middle-970x90,
    div#div-gpt-ad-1609268078422-0,
    div#slider-middle-728x90,
    div#div-gpt-ad-1609268068617-0,
    div#div-gpt-ad-1609875584561-0,
    div#slider-middle-728x90,
    div#stickypbModal1331,
    div#b8864fe2-ea87-47e0-a5c2-be96ba24834e
    {
        display: none;
    }
    div#wrapper{
        left:20px !important;
    }



}

.mailto-icon {
    width: 51px;
    height: 17px;
    border: solid 1px #efefef;
    border-radius: 3px;
    padding: 1px 2px 0px 0px;
    font-size: .8em;
}
.mailto-icon svg {
    fill: #878787ee;
    width: 19px;
    vertical-align: middle;
}
span.print a {
    font-size: .8em;
}
.atstbx2 .at300b .fb-like.fb_iframe_widget {
    width: 80px !important;
}

main .social_tools > .twitter-share-container {
    margin-left:10px;
    margin-right:10px;
}
main .fb-share-button {
    padding-left: 14px;
}
@media screen and (max-width: 767px) {
    #div-gpt-ad-1609268078422-0{
        display: none !important;
    }
}

#st-1 .st-btn {
    width: 40px !important;
    height: 20px !important;
    border-radius: 3px !important;
    margin: 0 0 0 1px;
}

#st-1 .st-btn > img {
    top: 3px !important;
    height: 14px !important;
    width: 14px !important;
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 40px !important;
}

#st-2 .st-btn {
    width: 40px !important;
    height: 20px !important;
    border-radius: 3px !important;
    margin: 0 0 0 1px;
}

#st-2 .st-btn > img {
    top: 3px !important;
    height: 14px !important;
    width: 14px !important;
}

#st-2.st-has-labels .st-btn.st-remove-label {
    min-width: 40px !important;
}

iframe[src*="youtube.com"] {
    max-width: 600px !important;
    width: 100%;
}

/* In-body image styles */
figure.post-image-left,
p.post-image-left,
img.post-image-left {
    float: left;
    margin: 0 10px 10px 0;
}
figure.post-image-right,
p.post-image-right,
img.post-image-right {
    float: right;
    margin: 0 0 10px 10px;
}
figure.post-image-center,
p.post-image-center,
img.post-image-center {
    display: block;
    margin: 0 auto 10px;
}
    figure.post-image-center img,
    p.post-image-center img {
        display: block;
        margin: 0 auto;
    }
figure.post-image-captioned figcaption,
p.post-image-captioned figcaption {
    font-size: 0.9em !important;
    margin-top: 10px;
    text-align: center;
    display: block;
}
a.truthsocial {
    height: 19px !important;
    text-align: center !important;
    border: solid 1px #efefef !important;
    border-radius: 3px !important;
    margin: 0px 5px 6px 0px;
}
a.truthsocial img{
    width: 45px !important;
    height: auto !important;
    margin: 0 2px 0px 2px !important;
}
main .social_buttons .truthsocial_icon {
    width: 32px;
    border-radius: 5px;
}
.print {
    width: 50px;
    height: 19px;
    text-align: center;
    border: solid 1px #efefef;
    border-radius: 3px;
}
.fb-like {
    margin: 0px 0px -1px -5px;
}
.fb-share-button {
    margin: 0px -8px 0px -22px
}
.twitter-share-button {
    border-radius: 3px;
    background-color: #000;
    margin: 0px -8px 0px -10px;
    color: #fff;
}
.twitter-share-button:hover {
    background-color: #333;
}
.post_col_widget {
    float: right;
    width: 167px;
}
.author_container {
    display: flex;
    margin: 20px 20px 20px 0;
}
.author_img_wrapper {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
}
.author_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author_share_wrapper {
    margin-left: 10px;
}
.author_name {
    margin: 10px 0 0 0;
    font-size: 2.2em;
}
.author_bio {
    padding: 0;
}
.author_articles {
    padding: 0;
}
.article_item {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #EBEBEB;
    list-style: none;
    min-height: 120px;
}
.article_item_date {
    margin: 0;
    font-size: 0.8em;
}
.article_title {
    font-size: 1rem;
    font-weight: 600;
}
.article_excerpt {
    margin: 0;
}
.article_img {
    width: 180px;
}
.article_img_wrapper {
    float: left;
    position: relative;
    margin: 0 20px 0 0;
    max-height: 130px;
    overflow: hidden;
}
hr.separator_line_1px {
    height: 1px;
    background: #EBEBEB;
    border: none;
}
hr.separator_line_4px {
    height: 4px;
    background: #000;
    border: none;
}
/* if screensize size is smaller than 400px */
@media only screen and (max-width: 400px) {
    .article_img_wrapper {
        float: none;
        margin: auto;
        width: 100%;
    }
    .article_img {
        width: inherit;
    }
    .author_container {
        flex-direction: column;
        margin: 0;
    }
    .author_share_wrapper {
        margin: 0;
    }
}

/* .socialBar {
    margin: 0 0 0 10px;
} */

.socialBar .left .icon {
    background: url("/assets/images/social-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-image: url("/assets/images/social-icons.png");
    float: left;
    height: 30px;
    margin: 0 5px 0 0;
    width: 31px;
    cursor: pointer;
}

.socialBar .left > .icon.fb_icon {
    background-position: -37px 0;
}

.socialBar .left > .icon.gettr_icon {
    background-position: -114px 0;
}

.popup_images_p {
    display: none;
    position: fixed;
    z-index: 214748364718;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#content_images_p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89%;
    height: 90%;
    border: 5px solid #fff; /* Add a border to the containing div */
    box-sizing: border-box; /* Ensure the border doesn't affect dimensions */
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_images_p {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Maintain aspect ratio without cropping */
    display: block;
}

.close_images_p {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #999966;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 214748364719;
}

.close_images_p:hover {
    color: #bbb;
}

.downloadImages {
    cursor: pointer;
    display: block;
    background-color: #003399;
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 30px;
    right: 8px;
    z-index: 214748364719;
    width: 60px;
    height: 62px;
    padding-top: 2px;
}

.downloadImg{
    width: 43px;
}

#stickypbModal3019 {
    z-index: 2147483646 !important;
}

#stickypbModal3009 {
    z-index: 2147483646 !important;
}

#stickypbModalinner3009 {
    z-index: 2147483646 !important;
}

.image_p {
    cursor: pointer;
}

@media only screen and (max-width: 430px) {
    .close_images_p {
        top: 45px;
    }
    .downloadImages {
        right: 30px;
        bottom: 55px;
    }
}

@media only screen and (min-width: 665px) and (max-width: 843px) {
    .close_images_p {
        top: 20px;
        right: 50px;
    }
    .downloadImages {
        right: 45px;
        bottom: 40px;
    }
}

@media only screen and (min-width: 844px) and (max-width: 896px) {
    .downloadImages {
        right: 50px;
        bottom: 40px;
    }
}

@media only screen and (min-width: 896px) and (max-width: 932px) {
    .close_images_p {
        top: 20px;
        right: 60px;
    }
    .downloadImages {
        right: 60px;
        bottom: 40px;
    }
}

@media only screen and (min-width: 1005px) {
    #content_images_p {
        width: 86%;
    }
}

@media only screen and (min-width: 1105px) {
    #content_images_p {
        width: 87%;
    }
}

@media only screen and (min-width: 1205px) {
    #content_images_p {
        width: 88%;
    }
}
@media only screen and (min-width: 1305px) {
    #content_images_p {
        width: 89%;
    }
}

/* Comments */
.comments_link {
    margin: 30px auto;
    border: 2px solid #202e89;
    padding: 10px 20px;
    font-size: 1.2em;
    text-align: center;
}
.comments_link a {
    background: url("/assets/images/hat.png") no-repeat scroll 0 2px transparent;
    padding-left: 25px;
}
