.post-content{margin-bottom:45px}
.resource-flex.post-content{display: flex;}
.post-content .pc-in{max-width:932px}
.resource-flex.post-content .pc-in{width:80%;}
.resource-flex.post-content.no-sidebar .pc-in{width: 100%; max-width: 100%;}
.resource-flex.post-content .sidebar{margin-left: 60px;}
.resource-flex.post-content.no-sidebar .sidebar{display: none;}
.resource-flex.post-content .sidebar .feat-image { display: block; max-width: 168px; }
.resource-flex.post-content .sidebar .feat-image a { display: block; margin-bottom: 20px; }
.resource-flex.post-content .sidebar picture { display: block; margin-bottom: 5px; }
.resource-flex.post-content .sidebar picture img {max-width: 168px;}
.resource-flex.post-content .sidebar .link::after { display: none !important; }
.post-content p{font-size:12.5px;line-height:22.5px;letter-spacing:.2px}
.post-content h6{margin-bottom:10px;font-weight:400}
.post-content ul{padding:0;margin:0;list-style:none}
.post-content ul li{width:100%;padding-left:10px}
.post-content ul li:after{content:'•';position:absolute;left:0;top:0;display:block}
.post-content ol{padding-left:22px}
.post-content ol li,.post-content ul li{font-size:12.5px;line-height:22.5px;margin-bottom:16px;position:relative;letter-spacing:.2px}
.post-content .wp-caption{position:relative;margin-bottom:17px;width:100%!important}
.post-content .wp-caption img{max-width:100%;height:auto;margin-bottom:10px}
.post-content .wp-caption .wp-caption-text,.post-content h6{font-size:10px;line-height:16px;color:#707372}
.post-content .video-wrapper,.post-content .video-youtube-wrapper{position:relative;overflow:hidden;padding-top:56.25%;margin-bottom:15px}
.post-content .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.post-content .video-wrapper .video-overlay,.post-content .video-wrapper .video-overlay .play-btn{position:absolute;top:0%;left:0%;width:100%;height:100%;background-image:url(../img/video-play-button.png);background-position:center center;background-repeat:no-repeat;display:block}
.post-content .video-wrapper .video-overlay{background-color:rgba(0,0,0,.6);-webkit-transition:all .4s ease-in-out;-webkit-transition-delay:0s;transition:all .4s ease-in-out 0s;opacity:1;visibility:visible}
.post-content .video-wrapper .video-overlay .play-btn{cursor:pointer}
.post-content .video-wrapper .video-overlay.hide{opacity:0;visibility:hidden}
.post-content .video-youtube-wrapper .playerContainer{position:absolute;top:0;left:0;width:100%;height:100%;border:0;background-repeat:no-repeat;background-position:center;background-size:cover}
.post-content .video-youtube-wrapper .playerContainer .player,.post-content .video-youtube-wrapper .playerContainer iframe{width:100%;height:100%}
.post-content .video-youtube-wrapper .play-btn,.post-content .video-youtube-wrapper .video-overlay{position:absolute;top:0%;left:0%;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;display:block}
.post-content .video-youtube-wrapper .video-overlay{background-color:rgba(0,0,0,.6);-webkit-transition:all .4s ease-in-out;-webkit-transition-delay:0s;transition:all .4s ease-in-out 0s;opacity:1;visibility:visible;z-index:1}
.post-content .video-youtube-wrapper .play-btn{background-image:url(../img/video-play-button.png);cursor:pointer;z-index:2}
.share-news-row {display: flex;margin-top: 10px;}
.share-news-row span {color: #b08d57;font-style: italic;font-size: 18px;font-weight: 500;font-family: whitman,serif;}
.share-news-row ul {display: flex;align-content: center;align-items: center;align-self: center;}
.share-news-row ul li {list-style: none;margin-bottom: 0 !important; padding-left: 15px;}
.share-news-row ul li::after {display: none;}
.post-header .ph-content-wrap { padding-right: 0; }
.post-header .ph-cwt-in { max-width: 100%; }
.post-header .ph-content-wrap-bottom { max-width: 100%; }

@media screen and (max-width:767px){
    .resource-flex.post-content {display: block;}
    .resource-flex.post-content .pc-in {width: 100%;}
    .resource-flex.post-content .sidebar {margin-left: 0;margin-top: 40px;}
    .resource-flex.post-content .sidebar .feat-image {display: flex;max-width: 100%;gap: 20px;flex-wrap: wrap;}
}