@page {
	size: A4 portrait;
	margin: 0cm;
}
body {
	padding: 0px;
	font-size: 12pt;
}
#bg {
	display: none;
}
.page-break {
	page-break-before: always;
	break-before: always;
}
#download { display: none; }
#document {
	width: 100%;
	max-width: 100%;
	border-radius: 0px;
	box-shadow: none;
	margin-top: 0;
}

#download + #document { margin-top: 0em; }

header, footer, .fullpage, figure.fullpage img {
	width: 210mm;
	height: 296.7mm;
}
header .centre {
	margin: 0;
	left: 50%;
	top: 50%;
	transform: translate3D(-50%,-50%,0);
}
header:after {
	left: 50%;
	right: auto;
	bottom: 2cm;
	transform: translate3d(-50%,0,0);
	font-weight: bold;
	font-size: 2em;
}
footer {
	page-break-before: always;
	break-before: always;
}
.doublepadded {
	padding: 2.5cm!important;
}
section {
	position: relative;
	page-break-before: always;
	break-before: always;
	page-break-inside: always;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.fullpage {
	page-break-before: always;
	break-before: always;
	page-break-inside: avoid;
	break-inside: avoid;
	position: relative;
}
.chunk {
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 1em;
}

div.bulleted.chunk, div.bulleted.chunk p { margin-bottom: 0.5em; }
.chunk > h3:first-child, h4 { padding-top: 0; margin-top: 0; }

.printonly { display: block; }
figure.fullpage {
	position: relative;	
}
figure.fullpage img {
	position: absolute;
	z-index: 1;
	width: 210mm;
	height: 296mm;
	object-fit: cover;
	left: 0cm;
	bottom: 0cm;
	right: 0cm;
	top: 0cm;
	transform: translate3D(0,0%,0);
}
figure.fullpage figcaption {
	position: absolute;
	z-index: 2;
	left: 0cm;
	top: 294.6mm;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: white;
	padding: 0.5cm 2cm 1cm 2cm;
	line-height: 1.25em;
	font-size: 1em;
	transform: translate3D(0,-100%,0);
	margin-bottom: 0;
	font-family: 'Poppins';
	font-weight: bold;
}
a { color: inherit; text-decoration: none; }
ul.grid { grid-gap: 6px; }
.barchart .grid .line {
	opacity: 1;
	border-bottom: 1px solid #cccccc;
	color: #cccccc;
}
ul.dashboard .number { font-size: 2em; }
ul.dashboard .desc { font-size: 0.8em; }
.barchart .grid .line:first-child { border-color: black; }
.barchart { margin-bottom: 4em!important; }

p + ul, p + ol { margin-top: -0.75em; }
ul.grid > li > a, ul.grid > li > div, .block, .person { padding: 1em; }
body.draft .note { display: none; }
body.draft .auto, body.draft .auto::after{ content: ""; border: inherit; background: transparent; }
table.odi.team .person { font-size: 0.85em; }
iframe.dashboard {
	height: 18.5cm;
}
footer {
	padding-bottom: inherit;
}
footer .doublepadded { padding: 1cm!important; }
footer .holder {
	position: relative;
	left: 0%;
	top: 100%;
	transform: translate3D(0,-100%,0);
}
