* {
        text-rendering: geometricprecision;
}
.TabList span.DateCreated {
        display: none;
}
.TabList .HeaderWrap li a {
        display: block;
        white-space: nowrap;
}
.TabList .HeaderWrap li span {
        display: block;
        white-space: nowrap;
}
.TabList {
        /* border-radius: 5px 0 0; 
        margin: 5px 0 10px;
        background: linear-gradient(to right,#f6f6f6,#fff);*/
        background: #f6f6f6;
        margin-bottom: 20px;
        padding: 10px;
}
.TabList .HeaderTitle {
        background: #fff url("Images/bar1.png") no-repeat scroll left center;
        border-bottom: 3px solid #0087d2;
        height: 35px;
}
.TabList .HeaderTitle span {
        color: #fb8109;
        font: bold 11pt/35px arial;
        padding-left: 40px;
        text-transform: uppercase;
}
.TabList ul.HeaderWrap {
        display: block;
        /* height: 30px; */
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        margin-bottom: 5px;
}
.TabList .HeaderWrap .NormalTab {
        /* background: #fa371d; */
        /* border-radius: 5px; */
        /* margin: 0 0 0 2px; */
        display: inline-block;
}
.TabList .HeaderWrap .NormalTab img{
        display: none;
}
.TabList .HeaderWrap .ActiveTab, .NormalTab {
        cursor: pointer;
        /* float: left; */
        /* height: 27px; */
        display: inline-block;
        /* transition: all 0.8s ease 0.2s; */
        padding-right: 15px;
}
.TabList .HeaderWrap .ActiveTab img {
        display: none;
}
.TabList .HeaderWrap .NormalTab:hover {
}
.TabList .HeaderWrap .NormalTab:hover .text {
        /* color: #ffffff; */
        /* font-weight:bolder; */
}
.TabList .HeaderWrap .ActiveTab .text {
        /*
        color: #004370;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 0;
        line-height: 38px;
        */
		display:none;
}
.TabList .HeaderWrap .NormalTab .text {
        color: #2037bd;
        text-transform: uppercase;
        font-size: 16px;
        line-height:28px;
        margin-right: 5px;
        font-weight: 600;
}
.TabList .Wrap {
        /* border: 1px solid #ddd; */
        /* padding: 5px; */
        text-align: justify;
        /* border-radius: 5px; */
        min-height: 150px;
}
.TabList .Wrap .Container {
        display: flex;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        text-align: justify;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
}
.TabList .Wrap .Container .Item {
        padding: 0;
        background: #e9f2f8;
        /* float: left; */
        /* margin: 10px 14px 0 0; */
        vertical-align: top;
        /* width: 23%; */
        display: block;
        margin-bottom: 10px;
        position: relative;
        /* padding-right: 90px; */
        width: calc(100% / 3 - 7px);
}
.TabList .Wrap .Container .Item .date{
        font-size: 12px;
}
.TabList .Wrap .Container .Item a{
        display: grid;
        grid-template-areas:
                'title title'
                'summary image';
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        padding: 15px;
}
.TabList .Wrap .Container .Item .item_title{
        color: #282828;
        display: block;
        /* font: bold 9pt arial; */
        /* margin: 5px 0; */
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
        /* margin-bottom: 10px; */
        /* padding: 15px; */
        padding-bottom: 0;
        grid-area: title;
}
.TabList .Wrap .Container .Item .image {
        height: 70px;
        transition: all 0.3s ease 0.1s;
        width: 100px;
        object-fit: cover;
        /* margin-bottom: 10px; */
        /* float: right; */
        /* position: absolute; */
        bottom: 0;
        right: 0;
        grid-area: image;
}
.TabList .Wrap .Container .Item p {
        /* color: #424242; */
        /* display: none; */
        /* text-align: justify; */
        grid-area: summary;
        font-size: 13px;
        font-weight: normal;
        margin-top: 10px;
        color: #5f5f5f;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
        /* padding: 15px; */
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
        height: 62px;
        text-align: left;
}
.TabList .Wrap .Container .Item h2 {
        margin: 10px 0 0 0;
        color: #444444;
        font-size: 13px;
        text-align: left;
        line-height: 1.5;
        font-weight: normal;
}
.TabList .Wrap .Container .Item:hover h2 {
        color: #cc0000;
}
.TabList .TabListPage {
        padding: 12px 0 12px;
        text-align: right;
        display: none;
}
.TabList .TabListPage .CurrentPage {
        vertical-align: top;
        height: 12px;
        color: transparent;
        margin-right: 8px;
        width: 12px;
        background: #de1b01;
        border-radius: 100px;
        display: inline-block;
}
.TabList .TabListPage a {
        height: 12px;
        color: transparent;
        margin-right: 8px;
        width: 12px;
        background: #de1b01;
        border-radius: 100px;
        display: inline-block;
        opacity: 0.3;
}
.TabList > div {
        position: relative;
}
.TabList > div > div:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
}

.TabList ul.HeaderWrap {
		display:none;
}

#ctrl_7294_24_udpTabList .Item:nth-child(-n+5) {
    display: none;
}
