#AwardsHonors ul li {
    width: 30%;
    background: #fff;
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.ct-block {
    display: block !important
}


.custom-list {
    padding-left: 0px !important;
    display: flex;
    gap: 24px;
}


.custom-list li {
    list-style: none;
    padding: 0 !important;
}

.custom-list li:last-child {
    margin-bottom: 0px;
}

.custom-list li a {
    background: #fff;
    display: inline-block;
    padding: 16px;
    color: #000;
}

.custom-list li a span {
    color: #006DEB;
    display: block
}

div#scroll.container {
    max-width: 1400px;
}