* {
	-webkit-print-color-adjust: exact;
}

body {
	color: #000;
	background: #fff;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 2rem;
	color: #054f51;
}

h5 {
	font-size: 1.8rem;
	color: #054f51;
}

h6 {
	font-size: 1.5rem;
	color: #054f51;
}

p, ul {
	margin-bottom: 10px !important;
}

p + .chart-wrap,
p + .custom-table-card,
ul + .chart-wrap,
ul + .custom-table-card {
	margin-top: 20px !important;
}

/** Page breaks **/
.page-break:not(.no-action) {
	page-break-before: always !important;
}

.page-break-after {
	page-break-after: always !important;
}

.page-break.editor,
.page-break:not(.editor):not(.no-action) + p {
	padding-top: 40px !important;
}

/** Page breaks **/

.section-wrap {
	width: 100%;
	height: 100vh;
	page-break-after: always;
	page-break-inside: auto;
	display: block;
	clear: both;
	padding-bottom: 2px !important;
}

.section-wrap.avoid-page-break-after {
	page-break-after: avoid;
}

.section-wrap.disabled {
	display: none;
}

.section-wrap .section-fields {
	padding: 10px 30px 0;
}

.section-wrap .section-fields .image-wrap img {
	-webkit-box-shadow: 0 .15rem .5rem rgba(0, 0, 0, .15) !important;
}

/** Cover page **/
.section-wrap .section-fields.is-main-page {
	padding: 0;
}

.section-wrap.full-page .section-fields .section-static-content {
	height: 371.5mm; /*Fill the entire page*/
}

/** Cover page **/

/** Case study blocks **/
.section-fields .case-study {
	page-break-before: always !important;
	page-break-inside: avoid !important;
}

/** Case study blocks **/

/** Tables **/
/*.section-wrap .section-fields .custom-table-card,*/
.section-wrap .section-fields .custom-table-card:not(.page-break-inside) * {
	page-break-inside: avoid !important;
}

/* Uncomment this if we don't need to duplicate the table header on the next page */
.section-wrap .section-fields .custom-table-card .custom-table thead {
	/*display: table-row-group;*/
}

.section-wrap .section-fields .custom-table-card .custom-table thead tr th {
	background-color: #345d9d !important;
	color: #fff;
	border: none;
	text-transform: initial;
	font-size: 15px;
	padding: .7rem .5rem;
}

.section-wrap .section-fields .custom-table-card .custom-table tbody tr td {
	font-size: 15px;
	padding: .65rem .5rem;
}

.seasons-2022-24 .section-wrap .section-fields .custom-table-card .custom-table tbody tr td {
	padding: .5rem;
}

/** Tables **/

/** Chart wrap **/
.section-rendered-content .chart-wrap {
	padding: 10px 0;
}

.section-rendered-content .chart-wrap {
	page-break-inside: avoid !important;
}

.section-rendered-content .chart-wrap > div {
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-shadow: 0 .15rem .5rem rgba(0, 0, 0, .15) !important;
}

/** Chart wrap **/

/** Footer content page **/
.section-wrap .section-fields .section-static-content .footer-content-page {
	font-size: 14px;
	display: block;
	word-break: break-word;
}

.section-wrap .section-fields .section-static-content .footer-content-page:before {
	content: '';
	display: block;
	width: 350px;
	height: 1px;
	background: #dee2e6;
	margin-bottom: 10px;
}

.section-wrap .section-fields .section-static-content .footer-content-page > div:last-of-type p:last-of-type {
	margin-bottom: 0 !important;
}

/** Footer content page **/

/** Impact stories pages **/
.section-wrap .section-fields .images-wrap {
	display: block;
	text-align: center;
}

.section-wrap .section-fields .images-wrap .image-wrap {
	display: inline-block;
}

/** Impact stories pages **/
