/*  increase the image size on the item showcase */ 
.item-showcase .resource.item img {
    height: 250px;
}
/*  make the text darker and increase the font size */ 
body,
button,
input,
select,
optgroup,
textarea {
  color:#606060;
  font-size:1.2rem;
}
.field, fieldset{
box-shadow: none;
}
/*  remove the submenus from each page. */ 
/*.sub-menu {
display: none;
}
*/
.main-header__advanced-search {
display: none;
}
/*  make the link text a bit heavier. */ 
a {
font-weight: 600;
}
/*  CHANGE TOC DISPLAY */ 
.toc-block>ul>li:before {
display:none;
}
.toc-block>ul>li {
    margin-bottom: 0rem !important;
}
.toc-block>ul {
    margin: 1rem 0;
    list-style-type: none;
    border-left: 5px solid #dfdfdf !important;
}