img.social-logo, img.footer-logo, img.header-logo {
	height: 25px;
}

img.summary-logo {
	height: 65px;
}

.list-inline-item:not(:last-child) {
	margin-right: 1rem;
}

ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.keyword-list-item:not(:last-child) {
	margin-right: 0.5rem;
}

.accent-text {
	color: #EDDD64;
}

.legal-section li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.btn.btn-accent, .btn.btn-accent, .btn.btn-accent:hover, .btn.btn-accent:visited, .btn.btn-accent:focus, .btn.btn-accent:active {
	background: #EDDD64;
    color: black;
    text-decoration: none;
}

.btn.btn-accent:hover {
    background: #E7CE13;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb img {
    height: 25px;
    vertical-align: middle;
}

.breadcrumb li.breadcrumb-home a:hover {
    text-decoration: none;
}

.breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0.5em;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li:not(:last-child)::after {
    content: "/";
    margin-right: 5px;
    margin-left: 5px;
}

ul.footnotes {
    list-style-type: none;
    padding-left: 0;
}

.footnote {
    font-size: small;
}