.container.fl-content-full{
    margin: 0;
    padding: 0;
    width: auto;
    max-width: none;
}
.fl-row-fixed-width,.archive-news-content {
    max-width: 976px;
    margin-left: auto;
    margin-right: auto;
}
.archive-news-content p,.archive-news-content>div,.archive-news-content span{
    margin-top: 15px;
    line-height: 1.834;
}
.archive-news-content>p:first-child{
    margin-top: 45px;
}

.fl-post-title{
    text-align:left;
}
.fl-post-header a{
    color:#666;
    text-decoration:none;
}
.news-category ul li{
    display: inline-block;
    margin-right: 10px;
}
.news-category ul li .fa{
    color: #666;
}
.news-category img{
    margin-right: 10px;
}
.news-category span{
    font-size: 17px;
    color: #666;
}
.news_date_container{
    margin-top: 25px;
    padding: 15px 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.news_date_container .news_date{
    font-size: 15px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.news_date_container .news_share{
    -webkit-flex-grow: 1;
    flex-grow: 1; 
}
.tag-borderbox{
    max-width: 976px;
    margin: 0 auto;
    padding: 0 2px 0 2px;
    position: relative;
}
.tag-borderbox > .box {
    border: 1px solid #c9c9c9;
    padding: 15px;
    margin-top: 15px;
}
.news-tag{
    display: inline-block;
    margin-right: 1em;
}
.news-tag .news-tag-icon{
    margin-right: 6px;
}
.resources{
    padding-bottom: 30px;
    border-bottom: 1px solid #c9c9c9;
}
.title-section h3{
    margin-top: 15px;
}
.pageseparator-section.h-45{
    height: 45px;
}
.pageseparator-section.h-25{
    height: 25px;
}
.pageseparator-section.line-btm{
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 45px;
}
.newsdownloads_list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px 0;
}
.newspagedownloads__col {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 15px;
    /* margin-left: 5px */
}
.download-file-img{
    background-color: #f5f5f5;
    position: relative;
    padding-bottom: 100%;
}
.download-file-img-in{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.download-file-img-in>img {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.download-file-text{
    font-size: 12px;
    word-wrap: break-word;
    line-height: 1.38;
    margin-top: 5px;
}
.newsdownloads_col-img a:hover .download-file-img{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    transform: scale(1.5);
    z-index: 1;
}
.morenews-row{
    background-color:#d2d2d2;
    color: #1f1f1f;
}
.morenews-row .fl-row-fixed-width{
    max-width: 976px;
}
.morenews-section{
    padding-top: 15px;
}
.morenews-container .morenews-list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -10px 0;
}
.morenews-container .morenews-list .morenews-item{
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: normal;
}
.morenews-content{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.morenews-date{
    display: block;
    color: #1f1f1f;
}
.morenews-title{
    line-height: 1.42;
}
.morenews-img-container{
    min-height: 0%;
    line-height: 0;
    -webkit-order: -1;
    order: -1;
}
.morenews-img{
    display: block;
    position: relative;
    padding-bottom: 56.4516129%;
    background-color: #F7F7F7;
}
.morenews-img>img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
@media (min-width: 641px),
(min-device-width: 1281px),
print {
    .tag-borderbox,
    .parsys,
    .newspagedownloads__container {
        max-width: 810px;
        margin: 0 auto;
    }
    .newspagedownloads__col {
        width: 20%;
    }
    .newspagedownloads__col .download-file-img {
        transition: all .4s;
        transform-origin: 50% 100%;

    }
    .morenews-container .morenews-list .morenews-item{
        width: 25%;
    }
    .morenews-date{
        margin-bottom: 5px;
        font-size: 13px;
    }
    .morenews-title{
        font-size: 17px;
    }
    .morenews-img-container{
        margin-bottom: 10px;
    }
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
    .newsdownloads_list{
        margin: -20px -10px 0;
    }
    .newspagedownloads__col {
        width: 50%;
    }
    body:not(.fl-builder) .newsarticle {
        padding: 10px;
    }
    .news-category span{
        font-size: 14px;
    }
}