.UIArticleListContent {
        margin-top: 0;
        margin-bottom: 48px;
}
.UIArticleListContent .Wrap {
}
.UIArticleListContent .Wrap ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.viewmore {
    display: none;
}
.UIArticleListContent .ModuleTitle {
        /* height: 30px; */
        text-align: left;
        padding: 12px 0;
        border-top: 2px solid #DC0000;
        border-bottom: 1px solid #eeeeee;
        border-radius: 2px 2px 0 0;
}
.UIArticleListContent .ModuleTitle .titletext {
        font-family: Merriweather;
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 21px;
        text-transform: uppercase;
        color: #0A2458;
}
.UIArticleListContent .Wrap .third-box li {
        padding: 2px 0;
}
.UIArticleListContent .Wrap .third-box .item .link {
        color: #222222;
}
.UIArticleListContent .Wrap .first-box {
        display: inline-block;
        margin-bottom: 3px;
}
.UIArticleListContent .Wrap .first-box .item .textlink {
        color: #222222;
        display: block;
        font: bold 10pt arial;
        margin: 5px 0;
        text-decoration: none;
}
.UIArticleListContent .Wrap .first-box .item .textlink:hover {
        color: #541100;
}
.UIArticleListContent .Wrap .first-box .item .imagelink {
        display: block;
        float: left;
}
.UIArticleListContent .Wrap .first-box .item .imagelink .box {
        float: right;
}
.UIArticleListContent .Wrap .first-box .item .image {
        height: 100px;
        margin: 10px 0;
        width: 150px;
}
.UIArticleListContent .Wrap .first-box .item p {
        color: #222222;
        overflow: hidden;
        padding-left: 15px;
}
.UIArticleListContent .Wrap .second-box {
        margin-bottom: 3px;
        column-count: 2;
        column-gap: 40px;
}
.UIArticleListContent .Wrap .second-box .item .textlink {
        font-family: Merriweather;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        /* or 175% */
        color: #0A2458;
}
.UIArticleListContent .Wrap .second-box .item .imagelink {
        display: inline-block;
        float: left;
}
.UIArticleListContent .Wrap .second-box .item .image {
        height: 75px;
        margin-right: 4px;
        width: 100px;
        display: none;
}
.UIArticleListContent .Wrap .second-box .item p {
        margin: 0 0 0 5px;
        display: none;
}
.UIArticleListContent .Wrap .third-box {
        margin: 6px;
}
.UIArticleListContent .Wrap ul.third-box {
        color: #EE1C25;
        list-style: square outside none;
        margin: 0;
        padding-left: 15px;
}
.UIArticleListContent  span.datetime {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: right;
        color: rgba(0, 100, 188, 0.7);
        float: right;
        margin-top: 10px;
}
.UIArticleListContent  li.item {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        padding: 15px 0;
        min-height: 84px;
        border-bottom: 1px solid #E0E5EF;
        padding-left: 24px;
        background: url(images/vector.png) no-repeat 0 23px;
}
@media only screen and (max-width: 768px){
        div.UIArticleListContent {
                padding: 0 20px !important;
                margin-bottom: 36px !important;
        }
        .UIArticleListContent .Wrap .second-box {
                column-count: 1;
        }
        .UIArticleListContent .Wrap .second-box .item .textlink {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 15px;
                line-height: 23px;
                /* or 153% */
                color: #0A2458;
        }
        .UIArticleListContent span.datetime {
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                text-align: right;
                color: #0064BC;
                display: block;
                float: none;
                margin-top: 8px;
                text-align: left;
        }
        .UIArticleListContent li.item {
                padding: 20px 0 !important;
                padding-left: 22px !important;
                background-size: 9px;
                background-position: left 26px;
                border: none;
                text-align: left;
        }
        .UIArticleListContent li.item+li.item {
                border-top: 1px solid #eeeeee;
        }
}
