#fullnav,
nav:not(#breadcrumbs),
#mobilenav,
#search,
footer#footer,
p.more,
#lottie_mobile,
p.print,
#masthead {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body::before {
	display: block;
	content: "";
	height: 1cm;
	background-position: left top;
	content: url("/assets/themes/bf_2020/images/logo.svg");
	width: 5cm;
	height: 2cm;
}

body {
	font-family: sans-serif;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	padding: 1cm;
}

li {
	list-style-position: outside;
	margin-left: 1em;
}

.heading,
h1,
h2,
h3,
h4 {
	font-family: serif;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 1rem 0;
}

h1 {
	font-size: 2.4rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

p,
li {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
	font-weight: normal;
	/*max-width:40em;*/
}

p {
	margin-bottom: 1em;
}

.onecol p a,
.onecol li a,
p a,
li a {
	text-decoration: underline;
}

.textcontent {
	margin: 3rem 0;
}

.imagery {
	width: 100%;
	margin: 4rem 0;
}

.imagery img {
	display: block;
	width: 80%;
	height: auto;
}

.chart_caption {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.chart_caption>p:first-child {
	opacity: 0;

	pointer-events: none;
	margin-right: 20px;
}

.chart_caption p {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #333;
}
.chart_caption>p {
	max-width: 9em; text-align: center;
}
.chart_caption>div {
	margin-right: 20px;
}

#breadcrumbs {
	margin: 1rem 0 4rem;
	border-bottom: 1px solid #CCC;
	display: flex;
	align-items: center;
	position: relative;
}

#breadcrumbs ul {
	display: flex;
	position: relative;
	width: 100%;
}

#breadcrumbs::before {
	display: block;
	content: "";
	width: 200vw;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	top: 0;
}

#breadcrumbs li {
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	margin: 0 0 0.5cm;
}

#breadcrumbs li:not(:last-child) {
	margin-right: 1cm;
}

#breadcrumbs li:not(:last-child)::after {
	display: block;
	height: 3px;
	width: 3px;
	border-radius: 50px;
	content: "";
}

#breadcrumbs li a {
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbs li:last-child {
	font-weight: bold;
}