h1, .h1 {
    text-align: center;
    padding-top: .5em;
    padding-bottom: 1em;
}

h2, h3, h4,
.h2, .h3, .h4 {
    padding-top: .25em;
    padding-bottom: .5em;
}

.accordion-header {
    padding-top: inherit;
    padding-bottom: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


#sidebar .nav-link {
    font-weight: 500;
    color: #333;
    font-size: .875rem;
}

#sidebar .nav-link:hover {
    font-weight: 500;
    color: #295575;
}

body {
    min-height: 100vh;
}

.autoComplete_wrapper,
#autoComplete {
    width: 100% !important;
}

.asteriskField {
    display: none;
}

:root {
    font-size: 12px;
}

.autoComplete_wrapper > ul {
    max-height: 60vh !important;
}