header > h1 {
                padding: 0 18% 0 4%;
}

.universal-viewer {
                display: none;
}

.toc-block>ul {
text-align: center;
font-size: 22px;
border-left:0px solid;
}
 
.toc-block>ul  a {
color:#286dc0 !important;
}
.toc-block>ul  a:hover {
text-decoration:underline;
} 
/*removes the caret to fix the drop-down menu issue*/

header nav>ul>li>a:not(:only-child)::after {
content:none;
}

header nav ul.navigation>li>ul {
display: none;
}

/*adjusting drop-down menu child page org*/
header nav ul.navigation>li>ul>li {
width:75%;
list-style: circle;
margin-left: 2%;
}