.news-module__item{display:flex;flex-direction:column;margin:0 0 20px;padding:0}
.news-module__image{position:relative;overflow:hidden;border-radius:4px 4px 0 0;cursor:pointer}
.news-module__image:after{position:absolute;top:50%;left:50%;font-family:"Font Awesome\ 5 Free";font-weight:900;font-size:2em;content:"\f061";color:#fff;transform:translate(-50%, -50%) scale(0);transition:all linear .15s;}
.news-module__image:hover:after{transform:translate(-50%, -50%) scale(1)}
.news-module__description{display:flex;flex-direction:column;flex:1 1 auto;padding:15px}
.news-module__category-date-viewed{display:flex;align-items:center;margin:0 0 15px;color:#888;font-size:.9em}
.news-module__category{overflow:hidden;margin:0 15px 0 0;text-decoration:underline;white-space:nowrap;text-overflow:ellipsis}
.news-module__date{flex:0 0 auto;margin:0 15px 0 0}
.news-module__viewed{flex:0 0 auto}
.news-module__date .fa, .news-module__viewed .fa{margin:0 5px 0 0;font-size:.9em}
.news-module__name{display:block;margin:0 0 10px;font-weight:500}
.news-module__text{font-size:.95em}

.news-list{display:flex;flex-wrap:wrap;margin-bottom:10px}
.news-list__layout{display:flex}
.news-list__item{margin:0 0px 20px;padding:0}
.news-list__image img{border-radius:3px 3px 0 0;cursor:pointer}
.news-list__category-date-viewed{display:flex;align-items:center;margin:0 0 10px;color:#888;font-size:.85em}
.news-list__date{margin:0 15px 0 0}
.news-list__date .fa, .news-list__viewed .fa{margin:0 5px 0 0}
.news-list__name{display:block;margin:0 0 10px;font-weight:500}
.news-list__description{padding:15px}
.news-list__text{font-size:.95em}

.news-page{margin:0 0 30px}
.news-page__image{float:left;margin:0 20px 10px 0;max-width:30%}
.news-page__image img{border-radius:3px}
.news-page__description{line-height:1.5em}
.news-page__description img, .news-page__description iframe{max-width:100%;height:auto !important}
.news-page__social-posted{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.news-page__posted{color:#888}
.news-page__posted .fa-eye{margin:0 5px 0 0}
.news-page__posted .fa-calendar{margin:0 5px 0 15px}
.news-page ol, .news-page ul{display:inline-block;padding:0 0 0 15px;clear:both}

.news-prevnext{margin:0 0 30px;padding:15px 0;background:#f8f8f8;border-radius:4px}
.news-prevnext__item{height:100%;padding:0 5px}
.news-prevnext__item.prev{text-align:right}
.news-prevnext__a{display:flex;height:calc(100% - 20px);padding:0 0 10px;font-weight:500;text-decoration:underline}
.news-prevnext__a.prev{justify-content:flex-end}
.news-prevnext__date{font-size:.95em;color:#888}

.mfp-bg{opacity:0 !important;transition:all ease-in-out .3s}
.mfp-bg.mfp-ready{opacity:.6 !important}
.mfp-bg.mfp-removing{opacity:0 !important}
.mfp-wrap{z-index:1066}
.mfp-arrow{opacity:0 !important;transition:all ease-in-out .3s}
.mfp-ready .mfp-arrow{opacity:.5 !important}
.mfp-removing .mfp-arrow{opacity:0 !important}
.mfp-figure{background:#fff;border-radius:10px;box-shadow:0 0 20px #555}
.mfp-figure:after{display:none !important}
.mfp-close{color:#555 !important;right:10px !important}
.mfp-bottom-bar{position:relative !important;display:flex;align-items:center;justify-content:space-between;padding:15px}
.mfp-bottom-bar .mfp-title{max-width:85%;padding:0 !important;font-size:.9em;color:#888}
.mfp-bottom-bar .mfp-counter{position:relative;color:#555}

@media (max-width:575px){
    .news-module__item{margin:0 0 10px}
    .news-page__image{margin:0 0 15px;width:100%;max-width:100%}
    .news-page__social-posted{justify-content:flex-end}
    .news-page__social{margin:0 0 10px}
    .news-page__posted{flex:1 0 100%;text-align:right}
}