.main-content__news{
    display: block;
}

.news{
    margin-bottom: 48px;
}

.news:last-of-type{
    margin-bottom: 100px;
}

.news-block{
    min-height: 528px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 109px 15px 15px 40px;
    position: relative;
    margin-bottom: 6px;
}

.news-block::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 150px;
    border-color: transparent transparent var(--white-color) transparent;
}



.news .news__title{
    font-family: 'DIN2014-Demi',sans-serif;
    font-size: 87px;
    color: var(--white-color);
    line-height: 105px;
}

.news .news__subtitle{
    font-family: 'DIN2014-Demi',sans-serif;
    font-size: 58px;
    color: var(--white-color);
    line-height: 69px;
}

.news__link{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 72px;
    background-color: var(--login-bg-color);
    padding: 0 25px;
    width: 720px;
    position: relative;
    margin-top: 5px;
}

.news__link-single{
    background-color: rgba(102, 102, 102, 0.3);
}



.news__link::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 72px 72px 0 0;
    border-color: var(--login-bg-color) transparent transparent transparent;
}

.news__link.news__link-single::before {
    border-color: rgba(102, 102, 102, 0.3) transparent transparent transparent;
}

.news .news__link{
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 33px;
    color: var(--white-color);
    line-height: 39px;
}

.news .news-top-block{
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}

.news .news__block-title{
    font-family: "DIN2014-Demi", sans-serif;
    font-size: 62px;
    line-height: 75px;
    color: var(--login-bg-color);
    margin-right: 30px;
}

.news .news__block-date{
    font-family: "DIN2014-Demi", sans-serif;
    font-size:28px;
    color: var(--pagination-color);
}

.news .news__text.news__text--bold{
    font-family: "DIN2014-Demi", sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: var(--dark-color);
}

.news .news__text{
    font-size: 28px;
    line-height: 34px;
    color: var(--dark-color);
    margin-bottom: 30px;
}

.news .news__text:last-child{
    margin-bottom: 0;
}

.blog-news{
    position: relative;
}

.subheading-category {
    position: absolute;
    font-weight: 700;
    font-size: 170px;
    max-width: 975px;
    line-height: 160px;
    bottom: 20px;
    left: 36px;
    z-index: 1;
    color: #fff;
}

/*.category-desc p{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 90px;
    padding-bottom: 15px;
    max-width: 1500px;
    font-size: 34px;
    line-height: 42px;
    color: var(--title-color);
    margin-bottom: 90px;
}
.blog .category-desc p{
    padding-top: 0;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}*/

.category-desc {
  font-size: 54px;
  line-height: 72px;
  color: var(--title-color);
  margin-bottom: 50px;
}
.category-desc p {
  margin-bottom: 1em;
}

/* Color and bold the first paragraph of category descriptions. */
.category-desc p:first-of-type {
  color: var(--category-desc-highlight);
  font-weight: 700;
}
.blog-proffesionals .category-desc p:first-of-type {
  color: var(--orange-color);  
}
.blog-advocacy .category-desc p:first-of-type {
  color: var(--green-color);  
}
.blog-education .category-desc p:first-of-type {
  color: var(--blue-color);  
}
.blog-foundation .category-desc p:first-of-type {
  color: var(--yellow-color);  
}
/* Color and bold the first paragraph of category descriptions. */
/* We've applied color and bold to the first paragraph in the description -- 
 * but what if there's only one paragraph? We don't want it colored and bold.
 * Therefore, ensure that the "last" paragraph (which is also the ONLY paragraph
 * if there's just one) has default weight and color.
 */
.category-desc p:last-of-type {
  color: inherit !important;
  font-weight: inherit !important;
}



/* ".content-category-blog" indicates the News section page. */
.content-category-blog .category-desc {
  margin-bottom: 1em;
  padding-top: 2em;
  padding-left: 36px;
  padding-right: 36px;
  max-width: 1100px;
}

.blog-news .item img{
    height: 522px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.item .pull-right{
    float: none;
}

.item .page-header{
    position: absolute;
    top: 25px;
    left: 36px;
}

.item{
    position: relative;
}

.item .page-header h2{
    font-family: 'DIN2014-Demi',sans-serif;
    font-size: 87px;
    color: var(--white-color);
    line-height: 105px;
}

.item .fields-container{
    /*position: absolute;*/
    top: 140px;
    left: 40px;
    font-family: 'DIN2014-Demi',sans-serif;
    font-size: 58px;
    color: var(--white-color);
    line-height: 69px;
}

.blog-featured .item .fields-container{
    position: unset;
}

.item .readmore{
    margin-top: 6px;
}

.item .readmore .btn{
    height: 72px;
    padding: 0 25px;
    font-size: 33px;
    background-color: var(--login-bg-color);
    font-family: 'DIN2014-Demi', sans-serif;
    color: var(--white-color);
    line-height: 39px;
    width: 550px;
}

.blog-news.content-category-blog .item .readmore .btn{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 550px;
}

.blog-news.content-category-blog .item .readmore .btn::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 72px 72px 0 0;
    border-color: var(--login-bg-color) transparent transparent transparent;
}

.icon-chevron-right:before{
    content: none;
}

.blog-news .items-row{
    margin-bottom: 50px;
}

.pull-right.item-image{
    position: relative;
}

.blog-news .pull-right.item-image-intro {
  height: 400px;
  background: var(--gray-color);
  overflow: hidden;
}

body.layout-blog.view-category .pull-right.item-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 150px 150px;
    border-color: transparent transparent var(--white-color) transparent;
}

.item-page-news-content .fields-container{
    display: none;
}

.moduletable-test-news .fields-container{
    display: none;
}

.item-page-news .pull-right.item-image::before{
    content: none;
}

.item-page-news .item-image img{
    height: 450px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.item-page-news .pull-right{
    float: none;
}

.item-page-news-content{
    max-width: 1770px;
    margin: 0 auto;
    padding: 30px 15px 15px;
}

.item-page-news-content .page-header h2{
    font-family: "DIN2014-Demi", sans-serif;
    font-size: 62px;
    line-height: 70px;
    color: var(--login-bg-color);
    margin-right: 30px;
    max-width: 900px;
}

.item-page-news-content .page-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    justify-content: space-between;
}

.item-page-news-content .article-info.muted time{
    font-family: "DIN2014-Demi", sans-serif;
    font-size: 28px;
    color: var(--pagination-color);
    padding-top: 12px;
    display: inline-block;
    text-align: right;
}

.item-page-news-content p{
    color: var(--dark-color);
    margin-bottom: 30px;
}

.item-page-news-content p,
.item-page-news-content li{
    font-size: 28px;
    line-height: 34px;
}

.item-page-news-content p strong{
    font-family: "DIN2014-Demi", sans-serif;
}

.pager.pagenav {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 3em;
}

.pager.pagenav li.next{
    display: block;
    padding-right: 30px;
    position: relative;
    float: right;
}

.pager.pagenav a {
    display: inline-block;
    position: relative;
    float: left;
}

.pager.pagenav a span {
    position: relative;
    font-size: 28px;
    color: var(--pagination-color);
    padding: 0 20px;
}

.pager.pagenav a[rel=next] {
    float: right;
}

.icon-chevron-left:before,
.icon-chevron-right:before {
    display: inline-block;
    position: absolute;
    border: solid 15px transparent;
    content: "";
    top: 0;
    width: 35px;
    height: 16px;
}

.icon-chevron-right:before {
    border-left: solid 15px var(--pagination-color);
    margin-left: 10px;
    left: 0;
}

.icon-chevron-left:before {
    border-right: solid 15px var(--pagination-color);
    margin-right: 10px;
    right: 0;
}

.page-header-image{
    height: 450px;
 }

.page-header-image img{
    height: 450px;
    display: block;
    width: 100%;
    object-fit: cover;
}
.page-header{
    position: relative;
}

.page-header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.content-category-custom .page-header::after,
.content-category-blog .page-header::after {
    background: var(--darkening-overlay-color);
}
.content-category-blog .item .page-header::after {
   z-index: -1;
   background: none;
}


.blog-proffesionals .page-header::after{
    background-color: rgba(247, 147, 30, 0.5);
}

.blog-foundation .page-header::after{
    background-color: rgba(224, 204, 0, 0.5);
}

.blog-foundation .page-header::after{
    background-color: rgba(224, 204, 0, 0.5);
}

.blog-advocacy .page-header::after {
    background-color: rgba(106, 191, 75, 0.5);
}

.blog-education .page-header::after {
    background-color: rgba(60, 180, 229, 0.5);
}

.blog-proffesionals .block-stiky__advocacy {
    border-color: var(--login-bg-color);
}

.blog .item .page-header{
    display: inline-block;
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 30px;
    padding: 18px 20px 19px 0;
}

.blog .item .page-header h2{
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: normal;
}

.blog .main-content .page-header::after {
    content: unset;
    background-color: unset;
}

.blog .main-content .page-header h2::before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 74px 74px 0 0;
    color: #fff;
    border-color: rgba(0,0,0,0.1) transparent transparent transparent;
}



.blog .page-header h2::after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
        height: 100%;
        width: 100vw;
        background-color: rgba(0,0,0,0.1);
}

.blog.blog-proffesionals .page-header h2::after{
    background-color: rgba(247, 147, 30, 0.2);
}

.blog.blog-proffesionals .page-header h2::before{
    border-color: rgba(247, 147, 30, 0.2) transparent transparent transparent
}

.blog.blog-proffesionals .page-header{
    background-color: rgba(247, 147, 30, 0.2)
}

.blog.blog-advocacy .page-header{
    background-color: rgba(106, 191, 75, 0.2);
}

.blog.blog-advocacy .page-header h2::before {
    border-color: rgba(106, 191, 75, 0.2) transparent transparent transparent;
    border-width: 74px 74px 0 0;
}

.blog.blog-advocacy .page-header h2::after {
    background-color: rgba(106, 191, 75, 0.2);
}

.blog.blog-foundation .main-content .page-header h2::before{
    border-color: rgba(224, 204, 0, 0.2) transparent transparent transparent
}

.blog.blog-foundation .main-content .page-header h2::after {
    background-color: rgba(224, 204, 0, 0.2)
}

.blog.blog-foundation .page-header{
    background-color: rgba(224, 204, 0, 0.2)
}

.blog.blog-foundation .main-content .page-header h2::before {
    border-width: 74px 74px 0 0;
}


.blog.blog-education .main-content .page-header h2::after {
    background-color: rgba(60, 180, 229, 0.2);
}

.blog.blog-education .page-header{
    background-color: rgba(60, 180, 229, 0.2);
}

.blog.blog-education .page-header h2::before {
    border-color: rgba(60, 180, 229, 0.2) transparent transparent transparent;
}


.blog.blog-memberships .main-content .page-header h2::before{
    border-color: rgba(0,0,0,0.1) transparent transparent transparent
}


.blog.blog-memberships .main-content .page-header h2::after {
    background-color: rgba(0,0,0,0.1);
}

.blog.blog-memberships .page-header{
    background-color: rgba(0,0,0,0.1);
}

.blog-memberships .block-stiky__advocacy {
    border-color: rgba(0,0,0,0.1);
}

.blog.blog-aboutus .page-header{
    background-color: rgba(0,0,0,0.1);
}

.blog-aboutus .block-stiky__advocacy {
    border-color: rgba(0,0,0,0.1);
}

.blog.page-header h2::before{
    border-color: rgba(0,0,0,0.1) transparent transparent transparent
}


.blog .page-header h2::after {
    background-color: rgba(0,0,0,0.1);
}

.blog .page-header{
    background-color: rgba(0,0,0,0.1);
}

.blog .block-stiky__advocacy {
    border-color: rgba(0,0,0,0.1);
}


.itemid-873 .main-content__top::after {
    border-color: transparent transparent var(--yellow-color) transparent;
}

.blog .item p{
    margin: 15px 0;
}

.blog .item p,
.blog .item li {
    font-size: 28px;
    line-height: 34px;
}

.block-stiky li:hover{
    color: #ef5350;
}

.blog .items-row{
    max-width: 1300px;
}

.itemid-871 .main-content__top::after{
    border-color: transparent transparent var(--green-color) transparent;
}

.blog-foundation .block-stiky__advocacy {
    border-color: var(--yellow-color);
}

.blog-education .block-stiky__advocacy {
    border-left: 1px solid var(--blue-color);
}

.itemid-872 .main-content__top::after{
    border-color: transparent transparent var(--blue-color) transparent;
}

.blog .main-content .main-content__left a{
    font-family: "DIN2014-Demi",sans-serif;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: var(--white-color);
    background-color: var(--btn-bg-color);
    border-radius: 13px;
}

#gtx-trans{
    display: none;
}


.page-header-image .category-thumbnail{
    position: absolute;
    right: 35px;
    height: 260px;
    width: 428px;
    bottom: 10px;
    z-index: 1;
}

.phocadownloadfile32{
    border:none;
}

.phocadownloadfile32 a{
    font-family: "DIN2014-Demi",sans-serif;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: var(--white-color) !important;
    background-color: var(--btn-bg-color);
    border-radius: 13px;
}

.item-page-news-content a{
    color: #FF5F00;
}

.blog-recognition .page-header-image .category-thumbnail {
    width: auto;
}

.mod-articles-category-title {
    font-family: 'DIN2014-Demi', sans-serif;
    font-size: 28px;
    color: var(--login-bg-color);
    display: inline-block;
    margin-bottom: 5px;
}

.mod-articles-category-introtext{
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}

.blog .item .page-header h2 a{
    color: var(--dark-color);
}

.item .page-header h2 a{
    color: var(--white-color);
}

.readmore .btn .icon-chevron-right:before{
    content: none;
}

div.articleBody {
  margin-right: 30%;
}

.content-category-blog .item .published {
  display: none;
}

.content-category-custom img.image-placeholder {
  display: none;
}
.content-category-custom .items-row {
  margin-bottom: 3em;
}

.content-category-custom .module-position-position-10 {
    margin-bottom: 3em;
}