.SimilarArticleControl {
        background: none repeat scroll 0 0 #ffffff;
        margin: 0;
        padding: 0;
        margin-bottom: 36px;
}
.SimilarArticleControl .ModuleTitle  {
        font-family: Merriweather;
        font-style: normal;
        font-weight: bold;
        font-size: 17px;
        line-height: 23px;
        /* identical to box height, or 135% */
        text-transform: uppercase;
        /* Grey 1 */
        color: #031739;
        padding: 12px 0;
        margin-bottom: 16px;
        border-top: 2px solid #DA251C;
        border-bottom: 1px solid #eeeeee;
}
.SimilarArticleControl a {
        color: #444444;
        text-align: justify;
        text-decoration: none;
        font-size: 16px;
        display: flex;
        margin-bottom: 30px;
        position: relative;
        /* padding-bottom: 15px; */
        flex-direction: column;
}
.SimilarArticleControl a img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border: 1px solid #EEEEEE;
        margin-bottom: 12px;
}
.SimilarArticleControl ul.ArticleList {
        color: #ff4200;
        list-style: none;
        margin: 0 0 0 0px;
        padding: 0;
        /* column-count: 3; */
        /* column-gap: 28px; */
        display: grid;
        grid-template-areas:
                "item item item";
        grid-column-gap: 28px;
        grid-row-gap: 28px;
}
.SimilarArticleControl .ItemClear {
        list-style: none outside none;
}
.SimilarArticleControl li.ListItem {
        margin: 0;
        padding: 0;
        line-height: 1.4;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        /* min-height: 280px; */
        display: inline-block;
}
.SimilarArticleControl .ArticleTitle {
        /* flex: 1; */
        /* identical to box height, or 140% */
        /* Grey 1 */
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 25px;
        /* or 156% */
        /* Primary color 3 */
        color: #001339;
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        /* float: left; */
        /* font: italic 9pt arial; */
        margin-bottom: 0;
        margin-right: 0;
        font-size: 12px;
        color: #757575;
        margin-top: 5px;
        font-style: italic;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
        margin-top: 0;
        bottom: 0;
        right: 0;
        /* identical to box height */
        /* Grey 2 */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        /* Grey 4 */
        color: #62748D;
        display: none;
}
.SimilarArticleControl .CurrentPage, .SimilarArticleControl .ButtonPage {
        display: none;
}
.SimilarArticleControl .ArticleList .GridItem {
        display: block;
        float: left;
        height: 140px;
        list-style-position: outside;
        margin: 4px;
        padding: 5px;
        text-align: center;
        width: 118px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleImage {
        height: 80px;
        margin-bottom: 5px;
        width: 120px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle:hover {
        color: #ff4e00;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle {
}
.SimilarArticleControl .ArticleList .GridItem .ArticlePostDate {
}
.SimilarArticleControl .ArticleList .ItemClear {
        clear: both;
        display: none;
}
.SimilarArticleControl .Pager {
        float: right;
}
.SimilarArticleControl .Pager .CurrentPage {
}
.SimilarArticleControl .Pager .ButtonPage {
        background-color: #dcdcdc;
        border: 1px solid #333333;
        height: 20px;
        padding: 0 6px;
        text-decoration: none;
        width: 20px;
}
.SimilarArticleControl .Summary {
        display: none;
}
@media only screen and (max-width: 768px){
        div.SimilarArticleControl {
                padding: 0 20px 0 10px !important;
        }
        .SimilarArticleControl div.ArticleTitle {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 17px;
                line-height: 21px;
                /* text-transform: uppercase; */
                /* Grey 1 */
                color: #031739;
                text-align: left !important;
                padding: 0;
                /* Heading 7 Robo */
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 15px;
                line-height: 21px;
                /* identical to box height, or 140% */
                /* Grey 1 */
                color: #031739;
        }
        .SimilarArticleControl a img {
                border-radius: 0 !important;
        }
        .SimilarArticleControl .ArticleList .ListItem div.ArticlePostDate {
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 15px;
                /* Grey 4 */
                color: #62748D;
                margin: 0;
                margin-top: 5px;
        }
        .SimilarArticleControl div.ModuleTitle {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 17px;
                line-height: 23px;
                /* or 135% */
                text-transform: uppercase;
                /* Grey 1 */
                color: #031739;
                padding: 12px 0;
                /* border: none; */
        }
        div.SimilarArticleControl>ul.ArticleList {
                column-count: 1;
                margin-top: 0 !important;
                display: block;
        }
        .SimilarArticleControl a img {
                height: 55vw;
                order: 1;
        }
        .SimilarArticleControl div.ArticleTitle {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 16px;
                line-height: 27px;
                /* or 150% */
                /* Grey 1 */
                color: #031739;
                order: 2;
        }
        .SimilarArticleControl .ArticleList .ListItem div.ArticlePostDate {
                order: 3;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                /* Grey 5 */
                color: #7D92AE;
                margin: 12px 0;
        }
        .SimilarArticleControl .Summary {
                display: block;
                order: 3;
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 21px;
                /* or 150% */
                color: #3B4E68;
        }
}
