  .page-content {
    font-family: serif;
    font-size: 1.2rem;
}
#landing-page .page-content,
#sidebar {
	font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
	font-size: 1rem;}
#landing-page .searchContainer.custom form {
	padding: 0;
} 

#landing-page .accordion-container a {
    color: #000;
}
#landing-page .accordion-container a:hover {
    color: #886705 !important;
}

h2 {
    font-size: 1.4rem;
    font-weight: 600;
}
h3 {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: 600;
}
.h5 {
    font-size: 1.3rem;
}
.page-content li {padding-bottom:1rem; !Important}
.page-content ol {padding-top: 1rem;}
.page-content .nav-item {padding-bottom:0;}
.highlight {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #9bd6f1;
    padding: 0.1rem;
}
.accordion-container .card-header {
    padding: 1rem 0;
}
.regulation {
    padding: 3rem
}
.regulation,
.regulation h2,
.regulation h3 {
    color: #1930ad;
}