.accordion {
	margin-top: 0;
	margin-bottom: 0;
}
.accordion-body {
	background-color: white;
}
ul {
	margin-bottom: 0;
}

.accordion {
	margin-top: 0;
	margin-bottom: 0;
}
.accordion-body,
.left-blog {
	background-color: white;
}
.left-blog ul li a {
	padding: 0;
	text-decoration: none;
}
.left-blog ul {
	margin-bottom: 0;
}
.left-blog li {
	list-style-type: none;
	position: relative;
	padding: 0 0 0 2em;
	line-height: 1.3em;
}
.icon::before {
	content: "";
	position: absolute;
	border-width: 0 0.3em 0.25em 0;
	height: 1em;
	top: 1em;
	left: 0.6em;
	margin-top: -0.7em;
	width: 0.5em;
	display: inline-block;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	opacity: 0.6;
}
.pdf::before {
	font: var(--fa-font-solid);
	content: "\f15c";
}
.youtube::before {
	font: var(--fa-font-solid);
	content: "\f144";
}
.external::before {
	font: var(--fa-font-solid);
	font-weight: 900;
	content: "\f35d";
}
.link::before {
	font: var(--fa-font-solid);
	font-weight: 900;
	content: "\f0c1";
}

.carousel-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.25rem 0.5rem 2.5rem 0.55rem;
	background-color: rgba(0, 0, 0, 0.45);
	color: #fff;
	text-align: center;
	transition: 0.3s ease-in-out;
}

.carousel-item:hover .carousel-caption {
	background-color: rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
	#btn-archive {
		font-size: small;
	}
	#btn-current {
		font-size: small;
	}
}
