.UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle{
        padding-bottom: 0;
        width:100%;
        margin-bottom: 0;
        position:relative;
}
.UIArticleListContent_TwoColumn .UIArticleListContent{
        margin:0;
        padding-bottom:40px}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap{
        display:flex;
        flex-wrap:wrap}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap ul{
        list-style:outside none none;
        margin:0;
        padding:0}
.UIArticleListContent_TwoColumn .UIArticleListContent img{
        transition:all .3s}
.UIArticleListContent_TwoColumn .UIArticleListContent img:hover{
        transform:scale(1.02)}
.UIArticleListContent_TwoColumn .UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle .titletext{
        text-decoration:none;
        margin-top: 40px;
        font-size: 2rem;
        color:#0166b6;
        text-transform:uppercase;
        font-weight: 700;
        display:flex;
        align-items:center;
        justify-content:center;
        margin-bottom: 40px;
        flex-direction:column;
        position:relative;
        /* font-family: arial; */
}
.UIArticleListContent_TwoColumn .UIArticleListContent ul.first-box li.item{
        display:inline-block;
        text-align:left;
        margin-right:20px}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box{
        display:inline-block;
        margin:0;
        padding:0;
        width:50%;
        flex:1}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .textlink{
        text-decoration:none;
        display:inline-block;
        width:100%;
        font-size:20px;
        color: #0067b2;
        text-align:justify;
        font-weight:700;
        float:left;
        min-width:300px;
        padding-top:20px;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .summarylink{
        text-decoration:none;
        display:inline-block;
        float:left;
        color:#000;
        font-size:14px;
        margin-top:5px;
        width:95%;
        padding-left:3px;
        padding-right:3px}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .textlink:hover{
        font-weight:700}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .imagelink{
        /*! padding: 20px; */display:inline-block;
        width:100%;
        border-radius:5px;
        overflow:hidden}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .imagelink .box{
        width:100%}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .image{
        height:350px;
        margin:0;
        padding:0;
        width:100%;
        object-fit:cover;
        background:#0b60a414;
        border-radius:5px;
        border: 1px solid #ececec;
        margin-bottom: 10px;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item p{
        font-size: 15px;
        color:#757575;
        font-weight:400;
        margin-top:10px;
        margin-bottom: 0;
        font-family: arial;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box{
        padding:0;
        margin:0;
        display: flex;
        text-align:left;
        width:50%;
        height:auto;
        flex:1;
        padding-bottom: 45px;
        flex-wrap: wrap;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .second-box .item{
        height:auto;
        padding:0;
        position:relative;
        width: 50%;
        padding:0 20px;
        display:flex;
        align-items: stretch;
        padding-right:0;
        text-align: justify;
        flex-direction: column;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .second-box .item+.item{
        margin-top: 0;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .textlink,.UIArticleListContent .Wrap .first-box .item .textlink{
        text-decoration: auto;
        display:
        inline-block;
        padding:0;
        /* text-transform: uppercase; */
        font-size: 15px;
        color: #0067b2;
        height:
        auto;
        font-weight: 700;
        margin-right:0;
        flex:1;
        /* font-family: "Merriweather",serif !important; */
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .textlink:first-letter,.UIArticleListContent .Wrap .first-box .item .textlink:first-letter{
        text-transform:uppercase}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .textlink:hover{
        font-weight:700}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .imagelink{
        display:inline-block;
        width: 100%;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .image{
        height: 120px;
        margin-right: 0;
        width: 100%;
        object-fit:cover;
        object-position:top;
        border-radius:5px;
        border: 1px solid #ebedef;
        margin-bottom: 5px;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item p{
        height:auto;
        padding-top:10px;
        color:#757575;
        font-weight:400;
        font-size: 15px;
        text-transform: none;
        margin:0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-family: 'Roboto';
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .third-box{
        color:#0074bc;
        list-style:none;
        padding:25px 0 10px 0;
        display:inline-block}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .third-box li{
        padding:15px 0;
        float:left;
        width:100%;
        margin-right:39px;
        vertical-align:top;
        text-align:left;
        border-top:1px solid #ddd}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .third-box .item .link{
        text-decoration:none;
        font-size:15px;
        line-height:1.5;
        color:#0074bc;
        font-weight:700}
.UIArticleListContent_TwoColumn .WrapAll.container{
        padding:0;
        max-width:1160px}
.UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle:before{
        left:555px}
.UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle:after{
        right:555px}
@media only screen and (max-width:768px){
        .UIArticleListContent .ModuleTitle .titletext{
                display:flex;
                flex-direction:column}
        .UIArticleListContent{
                padding:0 10px!important}
        div.UIArticleListContent{
                padding:0 15px!important;
                background:#fff}
        .UIArticleListContent .ModuleTitle .titletext{
                text-align:center}
        .UIArticleListContent .Wrap .first-box .item .image{
                height:60vw}
        .UIArticleListContent .ModuleTitle:before{
                left:148px}
        .UIArticleListContent .ModuleTitle:after,.UIArticleListContent .ModuleTitle:before{
                top:143px;
                display:none}
        .UIArticleListContent .ModuleTitle:after{
                right:147px}
        .UIArticleListContent .Wrap .second-box .item .image{
                margin-right:15px!important}
        .UIArticleListContent .Wrap .second-box .item p{
                display:none}
        .UIArticleListContent_TwoColumn .UIArticleListContent {
                padding-bottom: 40px !important;
        }
}
.UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle{
        padding-bottom: 0;
        width:100%;
        margin-bottom: 0;
        position:relative;
}
.UIArticleListContent_TwoColumn .UIArticleListContent{
        margin:0;
        padding-bottom:40px}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap{
        display:flex;
        flex-wrap:wrap}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap ul{
        list-style:outside none none;
        margin:0;
        padding:0}
.UIArticleListContent_TwoColumn .UIArticleListContent img{
        transition:all .3s}
.UIArticleListContent_TwoColumn .UIArticleListContent img:hover{
        transform:scale(1.02)}
.UIArticleListContent_TwoColumn .UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle .titletext{
        text-decoration:none;
        margin-top: 40px;
        font-size: 2rem;
        color:#0166b6;
        text-transform:uppercase;
        font-weight: 700;
        display:flex;
        align-items:center;
        justify-content:center;
        margin-bottom: 40px;
        flex-direction:column;
        position:relative;
        /* font-family: arial; */
}
.UIArticleListContent_TwoColumn .UIArticleListContent ul.first-box li.item{
        display:inline-block;
        text-align:left;
        margin-right: 5px;
        }
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box{
        display:inline-block;
        margin:0;
        padding:0;
        width: 70% !important;
        flex:1;
        }
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .textlink{
        text-decoration:none;
        display:inline-block;
        width:100%;
        font-size:20px;
        color: #0067b2;
        text-align:justify;
        font-weight:700;
        float:left;
        min-width:300px;
        padding-top: 10px;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .summarylink{
        text-decoration:none;
        display:inline-block;
        float:left;
        color:#000;
        font-size:14px;
        margin-top:5px;
        width:95%;
        padding-left:3px;
        padding-right:3px}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .textlink:hover{
        font-weight:700}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .imagelink{
        /*! padding: 20px; */display:inline-block;
        width:100%;
        border-radius:5px;
        overflow:hidden}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .imagelink .box{
        width:100%}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .image{
        height: 360px;
        margin:0;
        padding:0;
        width:100%;
        object-fit:cover;
        background:#0b60a414;
        border-radius:5px;
        border: 1px solid #ececec;
        margin-bottom: 0;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item p{
        font-size: 15px;
        color:#757575;
        font-weight:400;
        margin-top:10px;
        margin-bottom: 0;
        font-family: 'Merriweather';
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box{
        padding:0;
        margin:0;
        display: flex;
        text-align:left;
        width: 25%;
        height:auto;
        flex:1;
        padding-bottom: 30px;
        flex-wrap: wrap;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .second-box .item{
        height: 240px;
        padding:0;
        position:relative;
        width: 33%;
        padding:0 20px;
        display:flex;
        align-items: stretch;
        padding-right:0;
        text-align: justify;
        flex-direction: column;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .second-box .item+.item{
        margin-top: 0;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .textlink,.UIArticleListContent .Wrap .first-box .item .textlink{
        text-decoration: auto;
        display:
        inline-block;
        padding:0;
        /* text-transform: uppercase; */
        font-size: 15px;
        color: #0067b2;
        height:
        auto;
        font-weight: 500;
        margin-right:0;
        flex:1;
        /* font-family: "Merriweather",serif !important; */
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .textlink:first-letter,.UIArticleListContent .Wrap .first-box .item .textlink:first-letter{
        text-transform:uppercase}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .textlink:hover{
        font-weight:700}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .imagelink{
        display:inline-block;
        width: 100%;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item .image{
        height: 120px;
        margin-right: 0;
        width: 100%;
        object-fit:cover;
        object-position:top;
        border-radius:5px;
        border: 1px solid #ebedef;
        margin-bottom: 5px;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item p{
        height:auto;
        padding-top:10px;
        color:#757575;
        font-weight:400;
        font-size: 15px;
        text-transform: none;
        margin:0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-family: 'Merriweather';
        position: absolute;
        left: 20px;
        bottom: 0px;
		display: none;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .third-box{
        color:#0074bc;
        list-style:none;
        padding:25px 0 10px 0;
        display:inline-block}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .third-box li{
        padding:15px 0;
        float:left;
        width:100%;
        margin-right:39px;
        vertical-align:top;
        text-align:left;
        border-top:1px solid #ddd}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .third-box .item .link{
        text-decoration:none;
        font-size:15px;
        line-height:1.5;
        color:#0074bc;
        font-weight:700}
.UIArticleListContent_TwoColumn .WrapAll.container{
        padding:0;
        max-width:1160px}
.UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle:before{
        left:555px}
.UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle:after{
        right:555px}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .view-more{
        display:block;
        width:100%;
        text-align: right;
        margin-top: -35px;
}
.UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .view-more a{
        background: #28a75e;
        padding: 6px 15px;
        border-radius: 5px;
        color: #fff;
        font-weight: 600;
        border-bottom: 1px solid #e3dfdf;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
        font-family: 'Merriweather';
}
@media only screen and (max-width:768px){
        .UIArticleListContent .ModuleTitle .titletext{
                display:flex;
                flex-direction:column}
        .UIArticleListContent{
                padding:0 10px!important}
        div.UIArticleListContent{
                padding:0 15px!important;
                background:#fff}
        .UIArticleListContent .ModuleTitle .titletext{
                text-align:center}
        .UIArticleListContent .Wrap .first-box .item .image{
                height:60vw}
        .UIArticleListContent .ModuleTitle:before{
                left:148px}
        .UIArticleListContent .ModuleTitle:after,.UIArticleListContent .ModuleTitle:before{
                top:143px;
                display:none}
        .UIArticleListContent .ModuleTitle:after{
                right:147px}
        .UIArticleListContent .Wrap .second-box .item .image{
                margin-right:15px!important;
                height: 60vw !important;
                }
        .UIArticleListContent .Wrap .second-box .item p{
                display:none}
        .UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box {
                width: 100% !important;
                margin: 0 !important;
        }
        .UIArticleListContent_TwoColumn .UIArticleListContent ul.first-box li.item {
                margin-right: 0 !important;
        }
        .UIArticleListContent_TwoColumn .UIArticleListContent .ModuleTitle .titletext {
                margin-top: 40px !important;
        }
        .UIArticleListContent_TwoColumn .UIArticleListContent .second-box .item {
                padding: 0;
                width: 100% !important;
        }
        .UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box {
                width: 100%;
        }
        .UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .second-box .item p {
                position: static;
                margin-bottom: 10px;
        }
        .UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item p {
                margin-bottom: 20px;
        }
        .UIArticleListContent_TwoColumn .UIArticleListContent .Wrap .first-box .item .image {
                height: 60vw;
        }
}
