* {
    border-radius: 0 !important;
}

:root {
    --body-bg: #f8f9fa;
    --content-bg: #ffffff;
    --header-bg: #ffffff;
    --footer-bg: #6d6d6d;
    --toggler: #000000;
    --link: #1f6ecf;
    --canary: #ffcc00;
}

body {
    min-height: 100vh;
    background: #f8f9fa;
    background: var(--body-bg);
}

.flex-fill {
    flex: 1 1 auto;
}

a {
    color: #1f6ecf;
    color: var(--link);
}


#header {
    background-color: #ffffff;
    background-color: var(--header-bg);
}
#header .navbar-toggler {
    color: black !important;
    color: var(--toggler) !important;
}


#content {
    background: #ffffff;
    background: var(--content-bg);
}
#content h1, h2, h3, h4 {
    font-size: revert;
}


#breadcrumbs ol {
    background-color: transparent;
    padding-left: 0;
    font-size: 80%;
    font-weight: 400;
}


#navbar-categories nav.list-group {
    font-size: small;
}
#navbar-categories a.list-group-item.active {
    color: #ffffff;
    background: var(--link);
}


#navbar-links li {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}


#footer {
    color: #ffffff;
    background: #2b3441 !important;
    background: var(--footer-bg) !important;
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
    color: #ffcc00;
    color: var(--canary);
    text-decoration: none;
}
#footer a.nav-link {
    color: #ffffff;
    font-weight: bold;
}
#footer a.nav-link:hover {
    color: #ffcc00;
    color: var(--canary);
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}


.logo {
    max-width: 200px;
}


.header-title {
    color: #000000;
    font-size: 2em;
    font-weight: bold;
    line-height: 80%;
}
a.header-title:hover {
    color: #ffcc00;
    color: var(--secondary);
    text-decoration: none;
}
a.header-title small {
    font-size: 0.7em;
}


.title {
    color: white;
    background: var(--link);
    margin-bottom: 1.5rem;
    display: flex !important;
}
.title h1 {
    margin-bottom: 0rem;
    padding: 1.5rem 0rem 1rem 1rem;
}


.category-pages {
    padding-left: 2rem;
    padding-right: 2rem;
}


.accordion {
    margin-bottom: 0.5rem !important;
}
.accordion .card-header {
    background: #d4d3d2;
    padding: 0.25rem 0.25rem;
}
.accordion .btn-header-link {
    color: black !important;
    font-weight: bold;
    text-align: left;
    padding-left: 1rem;
    display: block;
}
.accordion .btn-header-link:hover {
    text-decoration: none;
}
.accordion .btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
.accordion .btn-header-link.collapsed:after {
    content: "\f107";
}


.documents-group th {
    color: white;
    background: var(--dark);
    border-bottom: revert !important;
    vertical-align: revert !important;
    padding: 0.5rem 0.75rem;
}


.transparency-info {
    font-size: small;
}
.transparency-info hr {
    border-top: 0.25rem solid var(--link);
}

.stats {
    background-color: var(--light);
    margin-bottom: 1rem !important;
}
.stats .card-body {
    text-align: center;
}
.stats h5.card-title {
    font-size: 1.5rem;
    font-weight: bold;
}
.stats h6.card-subtitle {
    margin: 1.5rem 0 1.5rem 0;
}
.stats .card-text {
    margin: 1.5rem 0 1.5rem 0;
    padding: 1.5rem !important;
    font-weight: bold;
    border: 2px dashed grey;
    background-color: white;
}

.btn-primary {
    background-color: var(--link);
    border-color: var(--link);
}

.btn-search {
    color: var(--toggler);
    border-color: var(--toggler);
}


#return-to-top {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    top: 5px;
}

canvas {
    max-width: 768px;
    float: left;
}

@media (max-width: 767.98px) {
    .logo {
        margin-bottom: 1em;
    }
    .header-title {
        font-size: 1.5em;
    }
    #content h1 {
        font-size: 1.5rem;
    }
    #content h2 {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    #navbar-categories {
        display: block !important;
    }
}
