/* Main CSS without media queries goes here in this file*/
/* Meadia Queries shouldn't be wriiten in this file */
/* Common CSS for entire pages */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

:root {
    --main-white: #ffffff;
    --main-black: #000000;
    --main-red: #d11143;
    --main-blue: #0d3554;
    --menu-red: #de1828;
    --title-red: #c90e3f;
    --main-grey: #404040;
    --bright-blue: #61a8de;
    --sub-blue: #515f67;
    --sub-grey: #e3e3e3;
    --main-green: #919417;
    --light-grey: #dcdccf;
    --font10-basic: 10px;
    --standard-radius: 5px;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
}

.container {
    width: 85%;
    margin: 0 auto;
    max-width: 1504px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--main-blue);
}

/* Header CSS */
.headerContainer {
    position: sticky;
    top: 0;
    padding: 1% 0;
    border-bottom: 3px solid var(--main-blue);
    background: var(--main-white);
    z-index: 1;
}

header.header {
    display: grid;
    grid-template-columns: 18% 75% 5%;
    grid-column-gap: 1%;
    align-items: end;
}

.headerIconMobile {
    display: none;
}

.headerMobileSupport {
    display: none;
}

.footerSocialMedia ul {
    justify-content: center !important;
    gap: 3.5%;
}
.x-footer-icon img {
	width : 21px;
	vertical-align:middle;
}
.telegramFooter {
    position: fixed;
    right: 5px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}

.subs_support_block {
    border: 1px solid #CCC;
    padding: 17px 15px 15px 15px;
    margin-bottom: 20px;
}

.subs_support_close {
    float: right;
    position: relative;
    top: -16px;
    right: -10px;
    font-weight: 550;
    cursor: pointer;
    z-index: 500;
}

.subs_support_block h2 {
    display: none;
}

.subs_support_red {
    color: var(--title-red);
    font-weight: bold;
    font-size: 15px;
}

.subs_support_blue {
    color: #163C5A;
    font-size: 15px;
    font-weight: 600;
}

.subs_support_btn {
    float: right;
    background-color: var(--main-blue);
    border-radius: 5px;
    border: none;
    padding: 0.3em 1.5em 0.4em 1.5em;
}

.subs_support_btn a {
    color: var(--main-white);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.dialog-off-canvas-main-canvas {
    position: relative;
}

.headerMenu {
    padding: 0.4em;
}

.headerMenu ul li a:hover {
    border-bottom: 2px solid #d11143;
    padding-bottom: 5px;
}

#block-headermenu>ul,
/* .headerMenu ul, */
.footerUs>ul,
.footerSocialMedia>ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-weight: 700;
    letter-spacing: 0.02em;
    justify-content: space-evenly;
}

.footerContainer ul {
    font-weight: 200;
}

.headerMenu ul li {
    display: inline;
}

.headerMenu ul li:nth-child(n+9) a {
    color: var(--main-red);
}


.headerToggle {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 27%;
    width: 100%;
}

.headerToggleMenu:hover,
.headerToggleSearch:hover,
button:hover,
.button:hover {
    cursor: pointer;
}

.headerToggle img {
    width: 20px;
    height: 20px;
}

.headerHamburgContainer {
    background: var(--sub-grey);
    transition: all 0.5s ease-in;
    position: fixed;
    z-index: 9;
    width: 85%;
    max-width: 1504px;
}

.headerHamburgMenu,
.headerHamburgFooter {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    padding: 3em;
    grid-gap: 2.5em;
}

.headerHamburgMenu {
    height: 55%;
}


.headerHamburgFooter a {
    font-size: 14px !important;
}

.hamburgMenu ul {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.hamburgMenu1,
.hamburgMenu2 {
    border-right: 1px solid var(--light-grey);
}

.hamburgMenu3 h4 {
    font-size: 18px;
}

.headerHamburgContainer,
.headerSearchContainer,
.footerContainer {
    display: none;
}

.headerSearchContainer {
    position: fixed;
    width: 85%;
    max-width: 1504px;
    z-index: 9;
}

.headerHamburgContainer a {
    color: var(--main-grey);
    font-size: 18px;
}

.headerHamburgContainer a:hover {
    color: var(--main-green);
}

.search-box .input-group {
    display: flex;
}

#search-block-form {
    padding: 1em;
    background: #e2e0e0;
}

#search-block-form input {
    width: 96%;
    background: #e2e0e0;
    height: 40px;
    border: 1px solid black;
    text-align: center;
    font-size: 18px;
    outline: none;
}

.search-box button {
    background: #e2e0e0;
    height: 40px;
    border: 1px solid black;
    text-align: center;
    font-size: 18px;
    outline: none;
    padding: 0 0.5em;
}

.headerHamburgFooter {
    border-top: 1px solid;
    padding: 1em;
}

.headerHamburgFooter input {
    border-radius: 10px 0 0 10px;
    padding: 0.5em;
    border: 1px var(--sub-grey);
}

.headerHamburgFooter button {
    background: var(--main-white);
    border: 0.5px inset var(--sub-grey);
    padding: 0.3em;
}

.headerFooterBack {
    position: absolute;
    right: 0.3em;
    bottom: 0;
}

.headerFooterBack button {
    border: none;
    background: none;
}

.headerFooterBack button img {
    width: 28px;
    height: 28px;
}

/* Footer CSS*/
.footerContainer {
    background: var(--main-blue);
    padding: 1em 0.5em;
    position: sticky;
    bottom: 0;
}

footer.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
    row-gap: 1em;
}

.footerNewsletter .mailchimp-signup-subscribe-form {
    text-align: center;
}

.footerContainer ul {
    justify-content: center;
    gap: 3.5%;
}

.footerContainer li a {
    color: var(--main-white);
}

.footerNewsletter form {
    display: inline-flex;
}

.footerContainer form label {
    color: var(--main-white);
}

.footerNewsletter .mailchimp-newsletter-mergefields input {
    padding: 0.4em;
    border-radius: 15px 0 0 15px;
    border: none;
}

.footerNewsletter .form-submit {
    background: var(--menu-red);
    padding: 0.4em;
    margin-left: -4px;
    border-radius: 0 15px 15px 0;
    color: var(--main-white);
    border: none;
}


/* Home Page CSS */
.mainContent {
    display: grid;
    grid-template-rows: repeat(auto-fit, 1fr);
    row-gap: 2em;
    margin: 2em 0;
}

.mainContent>div:only-child {
    display: grid;
    grid-template-rows: repeat(auto-fit, 1fr);
    row-gap: 1em;
}

.topSection {
    /*grid-template-columns: 75% 25%;	
    column-gap: 1.5%;	
    row-gap: 1em; */
    /*display: flex;*/
    display: grid;
    grid-template-columns: 71% auto;
    column-gap: 1.5%;
    /*flex-direction: row; */
}

.topSectionFirstColumn .news-item {
    display: grid;
    grid-template-columns: 53.3% auto;
    column-gap: 3%;
}

.topSectionCenter .newsItem {
    display: grid;
    grid-template-columns: 53.3% auto;
    row-gap: 1em !important;
}

.topSectionLeftRight {
    display: grid;
    grid-template-columns: 49% 49%;
    /*grid-template-columns: repeat(2, auto);*/
    /* flex-direction: row; */
    column-gap: 1.5em;
}

.topSectionLeftRight .newsItem {
    display: grid;
    grid-template-columns: 52.5% auto;
    row-gap: 1em !important;
}

/*.topSectionCenter .homepage-content div {
    height: 100%;
}*/

.topSectionCenter {
    padding-bottom: 1.5em;
}

.topSectionCenter .titleSection span {
    font-size: 24px;
}

.topSectionCenter .bodySection {
    font-size: 14px;
    color: #515f67;
    padding-top: 0.5em;
}

.topSection .frontPageImage {
    display: block !important;
}

.topSection .notFrontPageImage {
    display: none !important;
}

.frontPageImage {
    display: none;
}

.notFrontPageImage {
    display: block;
}

.imgMobile {
    display: none;
}

.newsItem {
    border: 1px solid var(--light-grey);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
}

.imageSection,
.homepageCommonSection .imageContent,
.infiniteScrollCommonSection .imageContent {
    position: relative;
}

.infiniteScrollCommonSection form.views-exposed-form {
    display: none;
}

.imageContent .video-play-icon {
    content: '';
    background: url('../images/Play-icon.svg');
    position: absolute;
    width: 41px;
    height: 41px;
    margin: auto;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.categoryContent {
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    background: var(--main-blue);
    padding: 0.8em;
    font-size: var(--font10-basic);
    font-weight: 700;
    letter-spacing: 0.09em;
    border: 1px solid var(--main-white);
    color: var(--main-white);
}

.categoryContent:empty {
    display: none;
}

.categoryContent a {
    color: var(--main-white);
}

.topSectionCenter .titleSection,
.topSectionCenter .bodySection {
    padding: 0 1.5em;
}

.topSectionCenter .authorSection {
    padding: 0em 1.5em 2em 1.8em;
}

.topSectionRight {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.textSectionParent,
.topSectionLeftRight .titleAuthorSectionParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titleSection {
    padding: 0 0.7em;
}

.titleSection a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topSectionCenter .titleSection a {
    -webkit-line-clamp: 2 !important;
}

.topSectionCenter .bodySection {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topSectionMaps .titleSection a,
.relatedStoriesSidebar .titleSection a {
    -webkit-line-clamp: 3 !important;
}

.authorSection {
    padding: 0.5em 0.7em 0.7em 0.9em;
    font-size: 12px;
    font-weight: 700;
}

.authorSection a {
    color: var(--main-grey);
}

.imageContent img {
    width: 100%;
    display: block;
    border-radius: 5px 5px 0 0;
}

.topSectionCenter .imageContent img,
.topStoryLeftRight .imgDesktop img {
    width: 100%;
    display: block;
    border-radius: 5px 0px 0px 5px;
}

.topSectionSecondColumn {
    display: flex;
    flex-direction: column;
    row-gap: 0.8em;
    flex-grow: 1;
}

.topSectionSupport {
    border: 1px solid var(--main-blue);
    border-radius: 5px;
    padding: 20px;
    flex-grow: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.topSectionSupport p {
    flex-grow: 1;
}

.topSectionSupport .headerMobileButton a {
    font-size: 12px;
}

.topSectionSupport p {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}

.topSectionSupport p:first-of-type {
    color: var(--menu-red);
    font-size: 12px;
}

.topSectionSupport .headerMobileSupport {
    display: block;
    text-align: center;
    padding: 0.5em;
}

.headerMobileSupport button {
    background-color: var(--main-blue);
    border-radius: 5px;
    border: none;
    padding: 0.6em 2.5em 0.6em 2.5em;
}

.headerMobileSupport button a {
    color: var(--main-white);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.topSectionCartoons {
    border: 1px solid var(--main-red);
    border-radius: 0 0 var(--standard-radius) var(--standard-radius);
    padding: 1em 0.5em;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.topSectionCartoons .authorSection {
    display: none;
}

.topSectionCenter #block-views-block-home-page-block-1 {
    height: 100%;
}

h4.cartoonsTitle {
    color: var(--main-white);
    background: var(--title-red);
    text-align: center;
    padding: 0.3em;
    text-transform: uppercase;
    border-radius: var(--standard-radius) var(--standard-radius) 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.cartoonsTitle a {
	color:#FFFFFF;
}
.topSectionMaps .newsItem {
    display: grid;
    grid-template-columns: 40% 58%;
    column-gap: 0.3em;
}

.topSectionMaps .blurbSection {
    padding: 0.3em;
}

.topSectionMaps .newsItem .imageSection {
    /* display: grid;
    grid-template-columns: 40% 58%;
    column-gap: 0.3em; */
}

.topSectionMaps .newsItem .imageSection .categoryContent {
    display: none;
}

.topSectionMaps .newsItem .imageSection img {
    border-radius: 5px 0 0 5px;
}
.articlecategory .categoryContent {
display: none;
}
#block-views-block-home-page-block-2 .titleAuthorSection,
#block-views-block-home-page-block-3 .titleAuthorSection {
    height: 75px;
}

#block-views-block-home-page-block-2 .titleAuthorSection .titleSection,
#block-views-block-home-page-block-3 .titleAuthorSection .titleSection {
    height: 42px;
}


.homepageCommonSection,
.infiniteScrollCommonSection .views-infinite-scroll-content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    column-gap: 1em;
    row-gap: 2em;
}

.homepageCommonSection .newsItem,
.infiniteScrollCommonSection .newsItem {
    row-gap: 1em;
    height: 100%;
}

.homepageCommonSection .titleSection,
.infiniteScrollCommonSection .titleSection {
    padding: 0 1em;
}


.homepageCommonSection .authorSection,
.infiniteScrollCommonSection .authorSection {
    padding: 1em 1em 1em 1.2em;
}

.mainContent span.homePageSectionTitle,
.mainContent span.articlePageSectionTitle {
    border-bottom: 1px solid var(--menu-red);
}

.mainContent span h3 {
    width: 10%;
    background: var(--title-red);
    color: var(--main-white);
    text-transform: uppercase;
    padding: 0.3em;
    text-align: center;
    letter-spacing: 0.05em;
}

.loadMoreButton {
    text-align: center;
}

.loadMoreButton li a {
    padding: 0.5em 1em;
    background-color: var(--main-blue);
    text-transform: capitalize;
    border-radius: 15px;
    border: 1px solid var(--main-blue);
    margin: 0 auto;
    color: var(--main-white);
    font-weight: 700;
}

/* infinate scroll module override (.visually-hidden styles added to infinate scroll pager) */
.js-pager__items {
    position: relative !important;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    word-wrap: inherit;
}

.infiniteScrollPager .pager__item a span {
    opacity: 0.5;
    animation: throb 0.5s 0.5s infinite;
}

@keyframes throb {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

/* tabs block */
#block-pagetitle h1,
#block-pagetitle-2 h1 {
    line-height: 40px;
    color: #919417;
    font-size: 30px;
    font-weight: 100;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin: -10px auto .25em;
    border-bottom: 1px solid #919417;
}

#block-tabs>ul {
    display: flex;
    padding: 5px 0;
    text-align: center;
    color: #0178d4;
    list-style-type: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 300%;
    margin-bottom: 10px;
    border-bottom: 1px solid #919417;
}

#block-tabs>ul>li {
    margin-right: 5%;
    float: left;
    margin-bottom: -1px;
}

#block-tabs a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #0178d4;
}

#block-tabs a.is-active {
    border: 0;
    background-color: transparent;
    color: #919417;
    cursor: default;
}

#block-tabs a:hover {
    color: #0d3554;
    border-color: transparent;
    background: 0 0;
}

/*ARTICLE PAGE- ADDED ON 13 JUNE 2022*/
#articleSection {
    display: grid;
    grid-template-columns: 74% 23.5%;
    column-gap: 2.5%;
    row-gap: 1em
}

.articleContent,
.articleContent .content {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.articleContent .content .bodyContent a {
    color: #003eff !important;
}

.mainContent .video-interview .articleContent .bodyContent div:first-of-type {
    background: rgba(145, 148, 23, .3);
    padding: 1.5em 1.5em 0 1.5em;
    margin-bottom: 1.5em;
}

.articleContent h1 {
    font-size: 30px;
    line-height: 1.4em;
    color: #163C5A
}

.articleContent p {
    text-align: left;
    font-size: 18px;
    padding: 0 0 1em 0;
}

.articleContent .authorDetails {
    font-size: 18px;
}

.articleContent img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.articleIntro {
    color: #515F67;
    font-size: 20px;
}

.articleDetails {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 1em;
    align-item: flex-start;
}

.authorDetails {
    color: #163C5A;
    font-size: 12px;
    font-weight: 700;
}

.articleCategories {
    text-align: right;
}

.articleCategories ul {
    display: flex;
    column-gap: 0.5em;
    flex-wrap: wrap;
    row-gap: 1em;
    flex-direction: row-reverse;
}

.articleCategories ul li a {
    background: #ededed;
    font-size: 16px;
    padding: .3em 1.2em;
    border-radius: 15px;
}

.subscribeTelegram {
    border: 1px solid var(--light-grey);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    row-gap: .5em;
    padding: 2em;
    margin: 1.5em 0;
}

.subscribeTelegram p {
    color: #0d3554;
    font-weight: 700;
}

.subscribeTelegram a {
    background: #2ca5e0;
    color: #fff;
    display: block;
    padding: .4em 3em;
    text-align: center;
    max-width: 320px;
    margin: auto;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 14px;
}

.subscribeTelegram img {
    max-width: unset;
    display: unset;
    margin: unset;
    margin-left: unset;
    vertical-align: middle;
    margin-left: 6px;
}

.relatedTopics {
    color: #163C5A;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    padding: 0 0 1em 0;
}

.relatedTopics .topicLabel {
    min-width: 160px;
}

.relatedTopics ul::before {
    content: 'Related topics:'
}

.articleCategories ul {
    display: flex;
    column-gap: 0.5em;
}

.relatedTopics ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1em;
    column-gap: 1em;
    margin-block-end: 0;
    margin-block: 0;
}


.relatedTopics ul li a {
    background: #163C5A;
    color: #ffffff;
    font-size: 16px;
    padding: .3em 1.2em;
    border-radius: 15px;
    font-weight: 100;
}

.articleSidebar .articlePageSectionTitle h3 {
    width: unset !important;
    padding: 0.3em 1em 0.3em 1em !important;
}

.articleSidebar .newsItem {
    display: grid;
    grid-template-columns: 40% 58%;
    column-gap: .3em;
    row-gap: .3em;
}

.relatedStoriesSidebar {
    row-gap: 1em;
    display: flex;
    flex-direction: column;
}

.relatedStoriesSidebar .imageContent img {
    border-radius: 5px 0 0 0;
}

.articleSidebarTitle {
    border-bottom: 1px solid var(--menu-red);
    margin-bottom: 1.6em;
    display: flex;
}

.articleSidebarTitle h2 {
    width: 50%;
    background: var(--title-red);
    color: var(--main-white);
    text-transform: uppercase;
    padding: .3em;
    text-align: center;
    letter-spacing: .05em;
    font-size: 1em;
}

.addtoany_list a:hover:hover img,
.addtoany_list a:hover span {
    opacity: 1.7 !important;
}

/* Video Content type - Article page*/

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    margin: 25px 0;
}

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.social-icons--fixed {
    left: 2%;
    right: inherit !important;
}

.social-icons--fixed {
    background: 0 0 !important;
}

.social-icons--fixed {
    position: fixed;
    right: 0;
    padding: 10px 5px;
    background: #e7e7de;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}

.a2a_kit,
.a2a_menu,
.a2a_modal,
.a2a_overlay {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.a2a_floating_style,
.a2a_overlay_style {
    animation: a2aFadeIn .2s ease-in;
    padding: 4px;
}

.a2a_floating_style {
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    z-index: 9999995;
}




/* Supoort and subscribe banner popup */
.spb-controls .block-supportandsubscribebannerpopupblock-modal-minimize {
    display: none;
}

.spb-controls .block-supportandsubscribebannerpopupblock-modal-close {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #fff;
}

.spb-controls .block-popupblock1-modal-minimize {
    display: none;
}

.spb-controls .block-popupblock1-modal-close {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #fff;
}

.spb-popup-main-wrapper {
    background-color: #003654;
    opacity: .9;
    border: none;
}

.subscribe_popup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    min-height: 150px;
}

.subscribeAndSupport {
    margin-right: 15%;
    color: #fff;
}

.subscribeAndSupport .subscribeAndSupportText {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    display: block;

}

.subscribeAndSupport .readers {
    font-size: 22px;
    margin-top: 6px;
    display: block;
}

.subscribeAndSupport .supportNewsclickText {
    font-size: 22px;
}

.subscribe_popup .popupBtn {
    margin-top: 10px;
}

.popupBtn p {
    border: 1px solid #fecf02;
    border-radius: 4px;
    cursor: pointer;
}

.popupBtn p a {
    color: #fecf02;
    display: block;
    padding: 5px 16px;
}

/* LIVE BLOG CSS */
section.liveblog-posts {
    width: 700px;
    margin: 0 auto;
}

.liveblog-posts--title {
    border-bottom: 1px solid red;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}


div.liveblog-post {
    border: 1px solid darkgrey;
    padding: 1em;
    border-radius: 5px;
    width: 670px;
}

.liveblog-posts-container {
    max-width: 700px !important;
}

article.liveblog-post .fullpost {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
}

article.liveblog-post .fullpost time {
    color: #0d3554;
    font-weight: 700;
}

article.liveblog-post .fullpost .field--name-created div span {
    color: #a9a9a9;
    font-weight: 700;
}

article.liveblog-post .fullpost p {
    font-size: 16px !important;
}

.noResults {
    height: 50vh;
    text-align: center;
}

.noResults p {
    color: darkgray;
}

.block-pushnotificationpopup-2-modal .spb_center {
    width: 290px !important;
    background-color: white !important;
    opacity: 1 !important;
    border-radius: 5px;
    box-shadow: 1px 3px 6px #333;
    height: 130px;
    top: 25%;
}

.spb_minimize {
    display: none;
}

.block-pushnotificationpopup-2-modal .spb_center .block-pushnotificationpopup-2-modal-close {
    border: 0px !important;
}

.block-pushnotificationpopup-2-modal .spb_center .popupDgn {
    margin: 20px 0 !important;
}

.block-pushnotificationpopup-2-modal .spb_center .popupDgn h5 {
    letter-spacing: 0 !important;
    padding: 15px !important;
}

.block-pushnotificationpopup-2-modal .spb_center .popupDgn .buttons p:first-child {
    margin-top: 0 !important;
}

.articleContent .bodyContent ul,
.articleContent .bodyContent ol {
    padding: 0 0 0 45px;
    font-size: 18px;
}

.articleContent .bodyContent ul {
    list-style: disc;
}

.articleContent blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 20px;
    border-left: 5px solid #eee;
    font-weight: 900;
}

.articleContent .pullquoteleft {
    width: 375px;
    float: left;
    margin-right: 25px;
}

.articleContent .pullquoteright {
    width: 375px;
    float: right;
    margin-right: 25px;
}

.articleContent .pullquote,
.articleContent .pullquoteleft,
.articleContent .pullquoteright {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: 700;
    border-top: 8px solid #759d59;
    border-bottom: 8px solid #759d59;
    font-size: 24px;
    color: #41553d;
    font-style: italic;
    background-color: #f2f1e8;
}

@media(max-width:480px) {
    .spb-controls .block-supportandsubscribebannerpopupblock-modal-close {
        margin: 0;
    }

    .subscribe_popup {
        padding: 15px 10px 0;
        margin: 15px 0 0;
    }

    .subscribeAndSupport {
        text-align: center;
    }

    .subscribe_popup .popupBtn {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .subscribeAndSupport .readers {
        margin: 6px 0;
    }

    .subscribe_popup .popupBtn p {
        margin-bottom: 18px;
    }

    .subscribeAndSupport .availableText {
        font-size: 15px;
    }

    .subscribe_popup {
        display: block;
    }

    .subscribeAndSupport {
        margin-right: 0;
    }

    .subscribeAndSupport .subscribeAndSupportText {
        font-size: 20px;
    }

    .subscribeAndSupport .readers {
        font-size: 16px;
    }

    .subscribeAndSupport .supportNewsclickText {
        font-size: 16px;
    }
}

.coverImage {
    margin-bottom: 25px;
}

.coverImage p {
    font-weight: bold;
    font-style: italic;
    margin-bottom: -25px;
}

.bodyContent img {
    padding-bottom: 20px;
}

.topSectionRight .titleSection a {
    -webkit-line-clamp: 3 !important;
}

.topSectionFirstColumn .textSection,
.topSectionLeftRight .textSection,
.topSectionLeftRight .titleAuthorSection,
.topSectionSecondColumn .titleAuthorSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 1.5em;
}

.topSectionFirstColumn .textSection>*,
.topSectionLeftRight .titleAuthorSection>* {
    flex: 1 1 auto;
}

.topSectionLeftRight .titleSection,
.topSectionSecondColumn .titleSection {
    font-size: 14px;
}
