.left_sidebar .mod-menu > li {
    margin-bottom: 13px;
}

.left_sidebar .mod-menu > li > a {
    font-size: 15px;   /* bigger menu item text */
}

.left_sidebar .mod-menu__separator {
    font-size: 16px;
}








/*Common Tag*/
h1 {
    padding: 0 0 1rem 0; /* top right bottom left */
  	line-height: normal; 
}

/*Resources*/
.category-moduleside_menu li a{
  color: #0056b3;
}

.category-moduleside_menu li a:hover{
  color: #003366;
  text-decoration: underline;
}

/*Funding List*/
.com-content-category__table caption {
    display: none;
}

.com-content-category__table thead {
    display: none;
}

.com-content-category__table {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    border-collapse: collapse;
}

.com-content-category__table th {
    text-align: left !important;
    font-weight: normal;
    vertical-align: middle;
}

.com-content-category__table th.list-title {
    padding: 10px 12px;
}

.com-content-category__table th.list-title a {
    display: inline-block;
    text-align: left;
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
}

.com-content-category__table th.list-title a:hover {
    color: #003366;
    text-decoration: underline;
}

.com-content-category__table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.com-content-category__table.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}

.com-content-category__table,
.com-content-category__table * {
    text-align: left;
}
