#infinite-container article, .img-container.main-img .share ul li a {
    border-bottom: 1px solid var(--medium-grey)
}
.heading-2, .post-content a, .post-content blockquote, .post-content strong {
    font-family: ZonaProBold, Helvetica, Arial, sans-serif;
    font-weight: 400
}
#infinite-container a.btn:hover, .heading-2 {
    color: var(--blue);
    background: #fff
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: none;
    border-bottom: 1px solid var(--medium-grey)
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
#post h1 {
    margin-bottom: 14px;
    word-spacing: 2px
}
#post h1 + .metadata {
    color: #7a7a7a;
    margin-bottom: 30px
}
@media screen and (min-width:661px) {
    #post .metadata a.cat, #post .metadata a.cat + time:before {
        display: none
    }
    #post .metadata a.cat + time {
        margin-left: 0
    }
}
#post .img-container.main-img {
    margin: 0 auto;
    float: none;
    width: 80%;
    max-width: 680px
}
#post .img-container.main-img img {
    margin: 0 auto
}
.img-container.main-img {
    position: relative
}
.img-container.main-img > button, div.share button.close {
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    bottom: 178px;
    left: -46px;
    cursor: pointer;
    transition: opacity .6s
}
.img-container.main-img button.share {
    background: url("../images/plus.svg") center center/13px auto no-repeat
}
.img-container.main-img button:hover {
    background-image: url("../images/plus-blue.svg")
}
.img-container.main-img div.open-share, .img-container.main-img div.share {
    position: absolute;
    left: -46px;
    display: none;
    bottom: 178px;
    z-index: 1;
    padding-bottom: 36px;
    box-sizing: border-box;
    width: 36px;
    border: 1px solid var(--medium-grey)
}
div.share button.close {
    left: 0;
    bottom: 0;
    background: url("../images/close.svg") center center/12px auto no-repeat #fff;
    opacity: 1;
    width: 34px;
    height: 35px;
    border: none
}
.img-container.main-img button.close:hover {
    background-image: url("../images/close-blue.svg")
}
.img-container.main-img .share ul li a, .img-container.main-img ul li.comments span, .open-share ul li a {
    background-color: transparent;
    width: 34px;
    height: 34px;
    background-size: 7px auto
}
.img-container.main-img .share ul li a:hover, .open-share ul li a:hover {
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: none;
    background-color: transparent
}
.img-container.main-img ul li.facebook a {
    background-image: url("../images/fb-grey.svg");
    background-size: 8px auto
}
.img-container.main-img ul li.twitter a {
    background-image: url("../images/x-logo-dark-grey.svg");
    background-size: 15px auto
}
.img-container.main-img ul li.facebook a:hover {
    background-image: url("../images/fb-blue.svg")
}
.img-container.main-img ul li.twitter a:hover {
    background-image: url("../images/x-logo-black.svg")
}
.img-container.main-img .share ul li.linkedin a {
    background-image: url("../images/linkedin-grey.svg");
    background-size: 14px auto
}
.img-container.main-img .share ul li.linkedin a:hover {
    background-image: url("../images/linkedin-blue-01.svg");
    background-size: 14px auto
}
.img-container.main-img .share ul li.mail a {
    background-image: url("../images/mail-new.svg");
    background-size: 17px auto
}
.img-container.main-img .share ul li.mail a:hover {
    background-image: url("../images/mail-blue.svg")
}
.img-container.main-img .share ul li.print a {
    background: url("../images/print.svg") center center/18px auto no-repeat
}
.img-container.main-img .share ul li.print a:hover {
    background-image: url("../images/print-blue.svg")
}
.img-container.main-img div.open-share {
    display: block;
    bottom: 0;
    padding-bottom: 0;
    border: none
}
.img-container.main-img ul li.comments span {
    display: block;
    background: url("../images/comments-grey-new.svg") center 14px/15px auto no-repeat;
    cursor: default
}
.img-container.main-img ul li.fav a {
    background: url(../images/claps-grey.svg) center 14px/16px auto no-repeat
}
.img-container.main-img ul li.comments span, .img-container.main-img ul li.fav a {
    text-indent: 0;
    text-align: center;
    font-size: 11px;
    color: var(--grey);
    margin-top: 4px
}
.img-container.main-img ul li.fav a.active, .img-container.main-img ul li.fav a:hover {
    background: url("../images/claps-grey-full.svg") center 14px/16px auto no-repeat
}
.img-container.main-img ul li.bookmark a {
    background: url("../images/bookmark-grey.svg") center center/14px auto no-repeat;
    text-indent: -9999px
}
.img-container.main-img ul li.bookmark a.active, .img-container.main-img ul li.bookmark a:hover {
    background: url("../images/bookmark-grey-full.svg") center center/14px auto no-repeat
}
article blockquote.summary, article div.summary > p, article p.summary {
    font-size: 1.143em;
    display: block;
    padding-left: 17%;
    padding-right: 17%;
    margin-top: 25px;
    line-height: 1.5;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 0;
    float: left;
    font-family: ZonaProBold, Helvetica, Arial, sans-serif
}
article blockquote.summary:after, article div.summary > p:after, article p.summary:after {
    content: "";
    background: var(--blue);
    height: 5px;
    width: 100px;
    position: absolute;
    bottom: -2.5px;
    left: 17%
}
.summary.post-content {
    padding-top: 0
}
.post-content blockquote:not(.tiktok-embed) {
    width: 55%;
    margin: 0 auto 25px 15%;
    padding: 0 0 0 25px;
    font-size: 16px;
    text-align: left;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.post-content blockquote:after, .post-content blockquote:before {
    content: "";
    background: var(--blue);
    width: 5px;
    height: 40%;
    position: absolute;
    top: 15px;
    left: -2.5px
}
.post-content blockquote.tiktok-embed:after, .post-content blockquote.tiktok-embed:before {
    display: none;
}
.post-content blockquote:before {
    left: -1px;
    top: 0;
    width: 1px;
    height: calc(100% - 5px);
    background-color: var(--medium-grey)
}
.post-content blockquote p {
    line-height: 1.55
}
#post .post-content figure p, .four-articles time:last-child, .post-content blockquote p:last-child, .post-content.mb-30 {
    margin-bottom: 0
}
.post-content img {
    display: block;
    margin: 0 auto
}
#post-content p.align-left {
    float: left;
    margin-right: 25px
}
#post-content p.align-right {
    float: right;
    margin-left: 25px
}
#post .post-content figcaption {
    font-size: 12px;
    padding: 5px 1em 15px;
    text-align: center
}
.post-content table {
    border-collapse: collapse;
    margin-bottom: 1.75em;
    width: 100% !important
}
.post-content table td {
    padding: .5em;
    vertical-align: top
}
.post-content table tr {
    border-bottom: 1px solid var(--light-grey)
}
.heading-2.pl-0, .post-content .read-more li {
    padding-left: 0
}
.popular.cat-heading:after, .read-more li:before {
    display: none
}
.read-more a {
    display: inline-block;
    line-height: 1.3
}
div.source + #post .tags, div.source + p.print-hide {
    margin-top: 20px
}
#post .tags {
    font-size: .857em;
    padding-top: 20px;
    border-top: 1px solid var(--medium-grey)
}
#post .tags span {
    margin-right: 4px
}
#post .tags a {
    padding: 6px 8px;
    line-height: 1;
    border: 2px solid #fff;
    display: inline-block;
    transition: border-color .3s;
    color: var(--dark-grey)
}
#infinite-container a.btn, .four-articles.popular a.btn {
    outline: #fff solid 10px;
    color: #fff;
    background: var(--blue)
}
#post .tags a:before {
    content: "#";
    font-family: ZonaProRegular, Helvetica, Arial, sans-serif
}
#post .tags a:hover {
    border: 2px solid var(--blue);
    text-decoration: none;
    color: var(--blue)
}
.related-posts {
    width: 200px;
    margin-right: -80px;
    position: sticky;
    top: 70px;
    padding-top: 25px
}
.related-posts > span {
    display: block;
    margin-bottom: 14px
}
#sas_80268 > div, .mobile-banner-sticky-container, .related-posts article {
    margin-bottom: 20px
}
.related-posts .article-data {
    padding: 0 15px
}
@media (hover:hover) and (pointer:fine) {
    .related-posts article:hover {
        background-color: var(--light-grey);
        transition: background-color .3s
    }
}
.related-posts h2 {
    font-size: 14px;
    line-height: 1.25
}
.post-content.narrow {
    width: calc(100% - 155px);
    float: left
}
.banner-footer {
    margin-bottom: 30px
}
.four-articles a.title, .heading-2 {
    margin-bottom: 9px;
    display: inline-block
}
@media all and (min-width:1000px) {
    .banner-footer {
        display: none
    }
}
.google-adx-banner-below-photo {
    height: 90px;
    width: 728px;
    display: block
}
.google-adx-banner {
    height: 250px;
    width: 970px;
    display: block
}
@media all and (max-width:1190px) {
    .google-adx-banner, .google-adx-banner-below-photo {
        width: 300px;
        height: 250px
    }
}
.popular.cat-heading {
    z-index: 10;
    margin-left: 5px;
    padding-left: 15px;
    box-sizing: border-box
}
.popular.cat-heading span {
    padding-left: 15px
}
.four-articles.popular {
    border: 4px double var(--medium-grey);
    padding: 60px 30px 30px;
    margin-top: -60px;
    z-index: 0
}
.four-articles > article {
    width: calc((100% - 90px)/ 4);
    position: relative;
    overflow: hidden
}
.four-articles a.title {
    font-size: 15px;
    line-height: 1.25;
    transition: color .3s;
    font-family: ZonaProBold, Helvetica, Arial, sans-serif
}
.four-articles .metadata, .four-articles a.title {
    padding-left: 0;
    padding-right: 0
}
.four-articles .article-data > time {
    margin-left: 13px
}
.four-articles.popular a.btn {
    bottom: -18px
}
.heading-2 {
    font-size: 24px;
    padding-left: 18px;
    padding-right: 18px;
    letter-spacing: .75px;
    line-height: 1.25
}
.taboola {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    padding: 30px 24px;
    background: var(--light-grey);
    box-sizing: border-box
}
.trc_rbox_header.trc_rbox_border_elm {
    display: none !important
}
.alternating-skai2 .sponsored, .alternating-skai2 .sponsored-url, .alternating-skai2 .syndicatedItem .branding, .alternating-skai2 .trc_rbox_header, .alternating-skai2 .video-label, .alternating-skai2 .video-label-box .branding, .alternating-skai2 .videoCube .video-label-box .video-title {
    font-family: ZonaProBold, Helvetica, Arial, sans-serif !important
}
.alternating-skai2 .sponsored, .alternating-skai2 .sponsored-url, .alternating-skai2 .video-label, .alternating-skai2 .videoCube .video-label-box .video-title {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.25
}
.alternating-skai2 .syndicatedItem .branding, .alternating-skai2 .video-label-box .branding {
    font-size: 11px
}
#infinite-container {
    overflow: hidden
}
#infinite-container .cat-heading {
    margin-bottom: 0;
    margin-top: 0
}
#infinite-container .cat-heading:after {
    top: 5px
}
#infinite-container article {
    padding: 30px 0;
    transition: background-color .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px
}
#infinite-container .img-container {
    width: 45%;
    margin-bottom: 30px
}
#infinite-container .article-data {
    width: 55%;
    padding: 0 30px 30px
}
#infinite-container .article-data h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 9px;
    word-spacing: 2px
}
#infinite-container h3 a {
    display: inline-block;
    transition: color .4s
}
#infinite-container article p.summary {
    margin-top: 5px;
    padding: 0 0 17px 12px;
    margin-bottom: 0;
    font-size: 1.071em
}
#infinite-container article p.summary:after {
    left: 12px
}
#infinite-container .row > p:first-child:first-letter, #post .post-content:not(.summary) > p:first-child:first-letter {
    color: var(--blue);
    float: left;
    line-height: 40px;
    font-family: ZonaProBold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 50px;
    padding-top: 5px;
    padding-right: 7px
}
#infinite-container article > .row {
    padding: 35px 40px;
    max-height: 380px;
    overflow: hidden
}
#infinite-container article .row p {
    margin-bottom: 1.35em
}
#infinite-container a.btn {
    position: absolute;
    bottom: -16px;
    transition: color .4s, background .4s
}
#infinite-container .row-banner {
    margin-top: 40px
}
.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.responsive-embed {
    padding-bottom: 56.25%;
    clear: both;
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}
#disqus_thread {
    padding: 20px 20px 0;
    box-sizing: border-box
}
@media screen and (max-width:1420px) {
    article p.summary {
        padding-left: 14%;
        padding-right: 14%
    }
    article p.summary:after {
        left: 14%
    }
}
@media screen and (max-width:1380px) {
    .post-content blockquote {
        font-size: 17px
    }
    .post-content.narrow blockquote {
        width: 67%;
        margin-left: 10%
    }
    #infinite-container article h3 {
        font-size: 23px
    }
}
@media screen and (max-width:1280px) {
    .post-content.narrow {
        width: calc(100% - 165px)
    }
    .related-posts {
        margin-right: -60px
    }
    .four-articles > article {
        width: calc((100% - 30px)/ 2)
    }
    .four-articles > article:first-child, .four-articles > article:nth-child(2) {
        margin-bottom: 20px
    }
    #infinite-container .article-data, #infinite-container .img-container {
        width: 100%
    }
    #infinite-container .img-container {
        margin-bottom: 30px
    }
    #infinite-container .img-container img {
        margin-bottom: 0
    }
    #infinite-container .article-data {
        padding-bottom: 0
    }
    #infinite-container article:after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 140px;
        width: 100%;
        content: "";
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 64%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 64%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 64%)
    }
    #infinite-container article h3 {
        font-size: 25px
    }
    #infinite-container .post-content blockquote {
        font-size: 15px
    }
    #infinite-container .cat-heading {
        display: block;
        padding: 0 30px 0 0;
        box-sizing: border-box
    }
}
@media screen and (max-width:1120px) {
    .post-content.narrow {
        width: calc(100% - 185px)
    }
    .related-posts {
        margin-right: -30px;
        width: 190px
    }
    .related-posts .article-data {
        padding: 0 10px
    }
    #infinite-container article .row {
        padding: 30px
    }
}
@media screen and (max-width:1000px) {
    .related-posts {
        margin-right: 0
    }
    .post-content.narrow {
        width: calc(100% - 215px)
    }
    .post-content blockquote:not(.tiktok-embed) {
        width: 60%
    }
    #infinite-container .img-container {
        margin-bottom: 20px
    }
    #infinite-container .article-data {
        padding: 0 20px
    }
    #infinite-container article .row {
        padding: 20px
    }
    #infinite-container article p.summary {
        font-size: 1.143em
    }
}
@media screen and (max-width:780px) {
    .related-posts {
        top: 50px
    }
    .post-content blockquote:not(.tiktok-embed) {
        width: 80%;
        margin-left: 5%
    }
    #post-page .popular.cat-heading {
        display: block
    }
    .four-articles.popular {
        margin-top: -45px
    }
    #post-page .taboola-title.cat-heading {
        margin-bottom: -20px;
        margin-top: 20px
    }
    #post-page #back-to-top {
        bottom: 110px
    }
}
@media screen and (max-width:730px) {
    #post .tags a {
        font-size: 14px;
        margin-right: 8px;
        background-color: var(--light-grey);
        padding: 6px 12px;
        display: inline-block;
        border: none !important;
        margin-bottom: 12px
    }
    #post .tags span {
        margin-right: 10px;
        font-size: 14px
    }
}
@media screen and (max-width:660px) {
    #infinite-container .article-data h3, #post h1 {
        font-size: 24px
    }
    #post h1, #post h1 + .metadata {
        position: absolute;
        right: 20px
    }
    #post-page .nav-icon span {
        background: #fff
    }
    #post-page .fixed.menu-row .nav-icon span, #post-page .nav-icon.btn-close span, #post-page header.active-breaking .nav-icon span {
        background: var(--dark-grey)
    }
    #post-page header:not(.active-breaking) a.weather {
        background-image: url("../images/weather-white.svg");
        color: #fff
    }
    #post-page header:not(.active-breaking) .user {
        background-image: url(../images/user-white.svg)
    }
    #post-page header .fixed.menu-row .user, #post-page header .user.active {
        background-image: url(../images/user-grey.svg)
    }
    #post-page .fixed.menu-row a.weather {
        background-image: url("../images/weather-grey.svg");
        color: var(--dark-grey)
    }
    #post-page header:not(.active-breaking) .user.loggedin:after, body.dark-mode#post-page header .fixed.menu-row .user.loggedin.active:after, body.dark-mode#post-page header .fixed.menu-row .user.loggedin:after, body.dark-mode#post-page header .user.loggedin.active:after {
        background-image: url("../images/arrow-down-white.svg")
    }
    #post-page header .fixed.menu-row .user.loggedin:after, #post-page header .user.loggedin.active:after {
        background-image: url("../images/arrow-down-grey.svg")
    }
    body.dark-mode#post-page .user.loggedin:not(.active) {
        background-color: transparent;
        border-bottom: none
    }
    #post-page #wrapper {
        padding: 0 0 20px
    }
    #post .article-card:before, #post-page header:before {
        content: "";
        height: 140px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
    #post h1, article p.summary:after {
        left: 20px
    }
    #post-page header:before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .35) 0, rgba(255, 255, 255, 0) 61%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .35) 0, rgba(255, 255, 255, 0) 61%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .35) 0, rgba(255, 255, 255, 0) 61%)
    }
    #post-page header.active-breaking:before {
        display: none
    }
    #post-page header:not(.active-breaking) .menu-row {
        background: 0 0
    }
    #post-page .menu-row.fixed {
        transition: background .3s
    }
    #post-page header .fixed.menu-row {
        background: var(--light-grey)
    }
    #post .article-card {
        position: relative
    }
    #post .article-card:before {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, .6)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 75%);
        top: auto;
        bottom: 0
    }
    #post-page .main-content {
        padding-top: 0
    }
    #post h1 {
        color: #fff;
        bottom: 30px;
        order: 1
    }
    #infinite-container .cat-heading {
        padding-left: 20px
    }
    #post h1 + .metadata {
        order: 2;
        bottom: 20px;
        left: 20px;
        margin-bottom: 0;
        width: auto
    }
    #post h1 + .metadata time {
        color: #fff;
        background-image: url("../images/clock-white.svg")
    }
    #post .metadata a.cat {
        display: inline-block
    }
    #post .metadata a.cat + time {
        margin-left: 10px
    }
    #post .metadata a.cat + time:before {
        display: block
    }
    #post .img-container.main-img {
        order: 0;
        width: calc(100% + 40px);
        margin-left: -20px;
        z-index: -1;
        max-width: inherit;
        padding: 0
    }
    #post .img-container.main-img img {
        min-height: 400px;
        object-fit: cover
    }
    article p.summary {
        margin-top: 15px;
        padding-bottom: 15px;
        line-height: 1.45
    }
    article .post-content {
        padding-top: 15px
    }
    .related-posts {
        float: left;
        position: static;
        padding-top: 0;
        margin-top: 20px
    }
    .related-posts > span {
        font-size: 16px;
        margin-bottom: 15px
    }
    .related-posts article {
        padding: 20px 0;
        margin-bottom: 0
    }
    .related-posts article h2 {
        font-size: 16px
    }
    .related-posts span + article {
        border-top: 1px solid var(--medium-grey)
    }
    .related-posts .img-container {
        width: 29%;
        margin-bottom: 0
    }
    .related-posts .article-data {
        width: 71%;
        padding: 10px 18px 0
    }
    .related-posts .metadata {
        margin-bottom: 0
    }
    .related-posts .img-container img {
        min-height: 95px
    }
    .post-content.narrow, .related-posts {
        width: 100%
    }
    #post .related-posts + .tags {
        margin-top: 0
    }
    #post .post-content, #post-page aside.sidebar.inner, .related-posts, article p.summary {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box
    }
    .tags.scroll-h {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }
    .scroll-h {
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .scroll-h::-webkit-scrollbar {
        display: none
    }
    .four-articles.popular {
        margin-top: -45px;
        width: calc(100% - 40px);
        margin-left: 20px;
        padding: 45px 20px 20px
    }
    #post-page .popular.cat-heading {
        margin-left: 0
    }
    .popular.cat-heading span.heading-2 {
        margin-left: 20px;
        padding-left: 10px
    }
    .popular.cat-heading span {
        padding-left: 30px
    }
    .four-articles > article {
        width: calc((100% - 20px)/ 2)
    }
    #infinite-container article h3 {
        font-size: 23px
    }
    #infinite-container .img-container {
        margin-bottom: 15px
    }
}
@media screen and (max-width:580px) {
    .related-posts article h2 {
        font-size: 15px
    }
    .related-posts .article-data {
        padding: 0 15px
    }
    .post-content blockquote:not(.tiktok-embed), .post-content.narrow blockquote:not(.tiktok-embed) {
        width: 87%;
        margin-left: 2%
    }
    #infinite-container {
        margin-top: 10px
    }
}
@media screen and (max-width:480px) {
    .related-posts article {
        padding: 18px 0
    }
    .related-posts .img-container {
        width: 27.5%
    }
    .related-posts .article-data {
        width: 72.5%;
        padding: 0 0 0 14px
    }
    .related-posts .img-container img {
        min-height: 90px;
        object-fit: cover
    }
    .four-articles > article {
        width: 100%;
        margin-bottom: 20px
    }
    .four-articles > article:last-child {
        margin-bottom: 0
    }
    .popular.cat-heading span.heading-2 {
        font-size: 22px
    }
    #infinite-container article .row {
        padding: 20px;
        max-height: 330px
    }
}
@media screen and (max-width:420px) {
    #infinite-container .article-data h3, #post h1 {
        font-size: 22px
    }
}
.audio-player {
    margin: 20px 10% -5px;
    float: left;
    width: 80%;
    text-align: center
}
.audio-player audio {
    width: 100%;
    max-width: 680px;
    height: 40px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px hsla(0, 0%, 0%, .25)
}
@media screen and (max-width:660px) {
    .audio-player {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        padding: 0
    }
}
audio::-webkit-media-controls-panel {
    background-color: #fff
}
audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display {
    font-family: ZonaProRegular, Helvetica, Arial, sans-serif;
    font-size: 13px
}
@supports (-webkit-touch-callout:none) {
    .audio-player {
        background: #383838
    }
    .audio-player audio {
        border: none;
        padding: 6px 0 4px;
        height: auto
    }
}
.article-embed-audio {
    width: 100%;
    text-align: center;
}
.article-embed-audio video::-webkit-media-controls-enclosure, .article-embed-audio audio::-webkit-media-controls-enclosure {
    border-radius: 0;
}
@media all and (max-width: 768px) {
    .article-embed-audio video {
        width: 100%
    }
}
.twitter-tweet, iframe.instagram-media.instagram-media-rendered {
    margin-left: auto !important;
    margin-right: auto !important;
}
iframe.facebook-embed {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
    margin-top: 1.25em;
}


a.pame-stoixima-text{
  color: #4A4A4A;
  font-size:smaller;
  display: inline-block;
  text-decoration: underline;
  margin-bottom:20px;
}

a.pame-stoixima-text span{
  font-size: x-small;;
}



/* =Three articles in article - euro addition start
-----------------------------------------------------*/
.three-articles article {
    width: calc((100% - 60px) / 3);
}
.post-content .cat-heading {
    display: block;
}
.post-content .cat-heading:after {
    top: 7px;
}
.post-content .cat-heading h2 {
    margin-bottom: 9px;
}
.post-content .cat-heading a {
    text-decoration: none;
}
.post-content .three-articles article a.title {
    color: var(--dark-grey);
    line-height: 1.25;
    text-decoration: none;
    display: block;
    font-size: 15px;
    /*padding: 0 10px;*/
}
.post-content .three-articles article a.title:hover {
    color: var(--blue);
}
@media screen and (min-width:1000px) and (max-width:1140px) {
    .three-articles article {
        width: calc((100% - 30px) / 2);
    }
    .three-articles article:last-child {
        display: none;
    }
}
@media screen and (max-width:820px) {
    .narrow .three-articles article {
        width: calc((100% - 30px) / 2);
    }
    .narrow .three-articles article:last-child {
        display: none;
    }
}
@media screen and (max-width:680px) {
    .three-articles article {
        width: calc((100% - 30px) / 2);
    }
    .three-articles article:last-child {
        display: none;
    }
}
@media screen and (max-width:480px) {
    .narrow .three-articles article, .three-articles article {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .narrow .three-articles article:last-child, .three-articles article:last-child {
        display: block !important;
    }
}
/* =Three articles in article - euro addition end
-----------------------------------------------------*/

.dvJsPlayer .vjs-big-play-button{
    z-index: 10;
}