/* @license MIT https://github.com/necolas/normalize.css/blob/8.0.1/LICENSE.md */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root {
	--color-primary-green: #B2D235;
	--color-primary-blue: #004C69;
	--color-secondary-blue: #87BBE6;
	--color-secondary-orange: #F59C00;
	--color-grey-1: #f9f9f9;
	--color-grey-2: #E0E0E0;
	--color-grey-3: #B1B1B1;
	--color-grey-4: #7b7b7b;
	--color-grey-5: #646464
}

html {
	font-size: 62.5%
}

body {
	font-size: 18px;
	font-size: 1.8rem
}

@media screen {
	.only-for-print {
		display: none
	}
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	max-width: 100%;
	height: auto
}

body {
	font-family: "Roboto", sans-serif;
	line-height: 1.6;
	color: #333
}

a {
	color: #004c69
}

a.action-link {
	text-decoration: none;
	position: relative
}

a.action-link:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
	background-color: #fff;
	background-image: url(../images/Arrow_forward_ios.svg);
	background-size: 1.2rem 1.2rem;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 1rem;
	vertical-align: middle
}

a.action-link:before {
	background-color: #e6edf0
}

a.external:after {
	content: "open_in_new";
	display: inline-block;
	margin-left: 8px;
	font-family: "Material Icons Outlined";
	font-size: 1.8rem;
	vertical-align: bottom
}

a.btn--outline {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69
}

a.btn--outline.has-icon {
	gap: 10px
}

a.btn--outline.has-icon .icon {
	font-size: 2.4rem
}

a.btn--outline:focus-visible {
	outline: 4px solid #f59c00
}

a.btn--outline:hover {
	background-color: #e6edf0
}

a.btn--outline:active {
	background-color: #ccdbe1
}

a.btn--outline:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

a:hover {
	color: #337087
}

a:focus-visible {
	outline: 3px solid #f59c00;
	border-radius: 6px
}

p {
	margin-bottom: 1.2rem
}

h1,
h2,
h3,
h4 {
	color: #004c69
}

h1 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	margin-top: 1.6rem;
	margin-bottom: 1.6rem
}

h2 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem
}

h3 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.4;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem
}

h4 {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem
}

.pg-tile-icon ul,
.pg-tile-icon ol,
.pg-tile-button ul,
.pg-tile-button ol,
.pg-tile-image ul,
.pg-tile-image ol,
.pg-text ul,
.pg-text ol,
.pg-image-text ul,
.pg-image-text ol,
.pg-table ul,
.pg-table ol,
body.cke_show_borders ul,
body.cke_show_borders ol {
	-webkit-padding-start: 30px;
	padding-inline-start: 30px;
	padding-left: 40px;
	overflow: hidden
}

.pg-tile-icon ul:not(:last-child),
.pg-tile-icon ol:not(:last-child),
.pg-tile-button ul:not(:last-child),
.pg-tile-button ol:not(:last-child),
.pg-tile-image ul:not(:last-child),
.pg-tile-image ol:not(:last-child),
.pg-text ul:not(:last-child),
.pg-text ol:not(:last-child),
.pg-image-text ul:not(:last-child),
.pg-image-text ol:not(:last-child),
.pg-table ul:not(:last-child),
.pg-table ol:not(:last-child),
body.cke_show_borders ul:not(:last-child),
body.cke_show_borders ol:not(:last-child) {
	margin-bottom: 16px
}

.pg-tile-icon ul a,
.pg-tile-icon ol a,
.pg-tile-button ul a,
.pg-tile-button ol a,
.pg-tile-image ul a,
.pg-tile-image ol a,
.pg-text ul a,
.pg-text ol a,
.pg-image-text ul a,
.pg-image-text ol a,
.pg-table ul a,
.pg-table ol a,
body.cke_show_borders ul a,
body.cke_show_borders ol a {
	text-decoration: underline
}

.pg-tile-icon ul,
.pg-tile-button ul,
.pg-tile-image ul,
.pg-text ul,
.pg-image-text ul,
.pg-table ul,
body.cke_show_borders ul {
	list-style: disc
}

.pg-tile-icon ul.list-style-checkmarks,
.pg-tile-button ul.list-style-checkmarks,
.pg-tile-image ul.list-style-checkmarks,
.pg-text ul.list-style-checkmarks,
.pg-image-text ul.list-style-checkmarks,
.pg-table ul.list-style-checkmarks,
body.cke_show_borders ul.list-style-checkmarks {
	list-style: none;
	padding: 0;
	margin-bottom: 12px
}

.pg-tile-icon ul.list-style-checkmarks li,
.pg-tile-button ul.list-style-checkmarks li,
.pg-tile-image ul.list-style-checkmarks li,
.pg-text ul.list-style-checkmarks li,
.pg-image-text ul.list-style-checkmarks li,
.pg-table ul.list-style-checkmarks li,
body.cke_show_borders ul.list-style-checkmarks li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px
}

.pg-tile-icon ul.list-style-checkmarks li:before,
.pg-tile-button ul.list-style-checkmarks li:before,
.pg-tile-image ul.list-style-checkmarks li:before,
.pg-text ul.list-style-checkmarks li:before,
.pg-image-text ul.list-style-checkmarks li:before,
.pg-table ul.list-style-checkmarks li:before,
body.cke_show_borders ul.list-style-checkmarks li:before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(../images/list-checkmark.svg);
	background-repeat: no-repeat;
	margin-right: 12px;
	flex-shrink: 0;
	flex-grow: 0;
	position: relative;
	top: 3px
}

[class^=bg-] .pg-tile-icon ul.list-style-checkmarks li:before,
[class*=" bg-"] .pg-tile-icon ul.list-style-checkmarks li:before,
[class^=bg-] .pg-tile-button ul.list-style-checkmarks li:before,
[class*=" bg-"] .pg-tile-button ul.list-style-checkmarks li:before,
[class^=bg-] .pg-tile-image ul.list-style-checkmarks li:before,
[class*=" bg-"] .pg-tile-image ul.list-style-checkmarks li:before,
[class^=bg-] .pg-text ul.list-style-checkmarks li:before,
[class*=" bg-"] .pg-text ul.list-style-checkmarks li:before,
[class^=bg-] .pg-image-text ul.list-style-checkmarks li:before,
[class*=" bg-"] .pg-image-text ul.list-style-checkmarks li:before,
[class^=bg-] .pg-table ul.list-style-checkmarks li:before,
[class*=" bg-"] .pg-table ul.list-style-checkmarks li:before,
[class^=bg-] body.cke_show_borders ul.list-style-checkmarks li:before,
[class*=" bg-"] body.cke_show_borders ul.list-style-checkmarks li:before {
	background-image: url(../images/list-checkmark-light.svg)
}

.pg-tile-icon ol,
.pg-tile-button ol,
.pg-tile-image ol,
.pg-text ol,
.pg-image-text ol,
.pg-table ol,
body.cke_show_borders ol {
	list-style: decimal
}

.pg-tile-icon li,
.pg-tile-button li,
.pg-tile-image li,
.pg-text li,
.pg-image-text li,
.pg-table li,
body.cke_show_borders li {
	margin-bottom: 5px
}

.pg-tile-icon li>ul,
.pg-tile-button li>ul,
.pg-tile-image li>ul,
.pg-text li>ul,
.pg-image-text li>ul,
.pg-table li>ul,
body.cke_show_borders li>ul {
	margin-top: 5px
}

.pg-tile-icon li.rtecenter,
.pg-tile-button li.rtecenter,
.pg-tile-image li.rtecenter,
.pg-text li.rtecenter,
.pg-image-text li.rtecenter,
.pg-table li.rtecenter,
body.cke_show_borders li.rtecenter {
	list-style-position: inside
}

.rteright {
	text-align: right
}

.rtecenter {
	text-align: center
}

.rtejustify {
	text-align: justify
}

blockquote {
	color: #004c69;
	font-weight: 300;
	font-size: 2.4rem;
	font-style: italic;
	line-height: 1.62;
	background-image: url(../images/Quote.svg);
	background-repeat: no-repeat;
	background-size: 100px auto;
	padding-top: 106px;
	margin-top: 24px;
	margin-bottom: 24px
}

@media(min-width:48em) {
	h1 {
		font-weight: 700;
		font-size: 4rem
	}

	h2 {
		font-weight: 700;
		font-size: 3rem
	}

	h3 {
		font-weight: 600;
		font-size: 2.4rem
	}

	h4 {
		font-weight: 500;
		font-size: 2rem
	}

	ul.list-2-columns {
		-moz-column-count: 2;
		column-count: 2
	}

	ul.list-3-columns {
		-moz-column-count: 3;
		column-count: 3
	}

	blockquote {
		font-size: 3rem;
		line-height: 1.73
	}
}

.bg-primary-blue {
	background: #004c69
}

.bg-primary-blue-50 {
	background: #7fa5b4
}

.bg-primary-blue-20 {
	background: #ccdbe1
}

.bg-primary-blue-10 {
	background: #e6edf0
}

.bg-primary-blue-6 {
	background: #f0f4f6
}

.bg-secondary-blue {
	background: #87bbe6
}

.bg-secondary-blue-10 {
	background: #f3f8fd
}

.bg-secondary-blue-20 {
	background: #e7f1fa
}

.bg-primary-green {
	background: #b2d235
}

.bg-primary-green-50 {
	background: #d8e89a
}

.bg-primary-green-20 {
	background: #f0f6d7
}

.bg-primary-green-10 {
	background: #f7fbeb
}

.bg-secondary-orange {
	background: #f59c00
}

.bg-secondary-orange-20 {
	background: #fdebcc
}

.bg-secondary-brown {
	background: #b1958a
}

.bg-secondary-brown-20 {
	background: #efeae8
}

.bg-white {
	background: #fff
}

.pg-padding-normal {
	padding: 24px 16px
}

.pg-padding-large {
	padding: 32px 24px
}

@media(min-width:48em) {
	.pg-padding-normal {
		padding: 24px 40px
	}

	.pg-padding-large {
		padding: 32px 60px
	}
}

.pg-flexbox-item:has(>.show-for-break1),
.pg-flexbox-item:has(>.show-for-break2),
.pg-flexbox-item:has(>.show-for-break3),
.pg-flexbox-item:has(>.show-for-break4),
.pg-flexbox-item:has(>.show-for-break5),
.show-for-break1,
.show-for-break2,
.show-for-break3,
.show-for-break4,
.show-for-break5 {
	display: none
}

@media(min-width:36em) {

	.pg-flexbox-item:has(>.show-for-break1),
	.show-for-break1 {
		display: block
	}

	.pg-flexbox-item:has(>.hide-for-break1),
	.hide-for-break1 {
		display: none
	}
}

@media(min-width:48em) {

	.pg-flexbox-item:has(>.show-for-break2),
	.show-for-break2 {
		display: block
	}

	.pg-flexbox-item:has(>.hide-for-break2),
	.hide-for-break2 {
		display: none
	}
}

@media(min-width:60em) {

	.pg-flexbox-item:has(>.show-for-break3),
	.show-for-break3 {
		display: block
	}

	.pg-flexbox-item:has(>.hide-for-break3),
	.hide-for-break3 {
		display: none
	}
}

@media(min-width:71.25em) {

	.pg-flexbox-item:has(>.show-for-break4),
	.show-for-break4 {
		display: block
	}

	.pg-flexbox-item:has(>.hide-for-break4),
	.hide-for-break4 {
		display: none
	}
}

@media(min-width:104.875em) {

	.pg-flexbox-item:has(>.show-for-break5),
	.show-for-break5 {
		display: block
	}

	.pg-flexbox-item:has(>.hide-for-break5),
	.hide-for-break5 {
		display: none
	}
}

.content-p--large {
	font-size: 2.8rem;
	line-height: 1.5;
	font-weight: 500
}

.content-p--large em {
	font-weight: 500
}

@media(min-width:60em) {
	.content-p--large {
		font-size: 3.8rem
	}
}

@media(min-width:71.25em) {
	.content-p--large {
		font-size: 4.8rem
	}
}

p.content-p--blog-intro {
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 500
}

p.content-p--blog-intro em {
	font-weight: 500
}

@media(min-width:48em) {
	p.content-p--blog-intro {
		font-size: 2.2rem
	}
}

@media(min-width:60em) {
	p.content-p--blog-intro {
		font-size: 2.8rem;
		margin-bottom: 4rem
	}
}

@media(min-width:71.25em) {
	p.content-p--blog-intro {
		font-size: 3.2rem
	}
}

.text-color--primary-blue {
	color: #004c69
}

.text-color--primary-blue-20 {
	color: #ccdbe1
}

.text-color--primary-green {
	color: #b2d235
}

.text-color--secondary-blue {
	color: #87bbe6
}

.text-color--secondary-orange {
	color: #f59c00
}

.text-color--white {
	color: #fff
}

.text-color--black {
	color: #000
}

.content-link--btn-primary {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #004c69;
	border-color: #004c69
}

.content-link--btn-primary.has-icon {
	gap: 10px
}

.content-link--btn-primary.has-icon .icon {
	font-size: 2.4rem
}

.content-link--btn-primary:focus-visible {
	outline: 4px solid #f59c00
}

.content-link--btn-primary:hover {
	color: #fff;
	background-color: #337087;
	border-color: #337087
}

.content-link--btn-primary:active {
	color: #fff;
	background-color: #003c56;
	border-color: #003c56
}

.content-link--btn-primary:disabled {
	color: #646464;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

.content-link--btn-secondary,
.content-link--btn-outline {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69
}

.content-link--btn-secondary.has-icon,
.content-link--btn-outline.has-icon {
	gap: 10px
}

.content-link--btn-secondary.has-icon .icon,
.content-link--btn-outline.has-icon .icon {
	font-size: 2.4rem
}

.content-link--btn-secondary:focus-visible,
.content-link--btn-outline:focus-visible {
	outline: 4px solid #f59c00
}

.content-link--btn-secondary:hover,
.content-link--btn-outline:hover {
	background-color: #e6edf0
}

.content-link--btn-secondary:active,
.content-link--btn-outline:active {
	background-color: #ccdbe1
}

.content-link--btn-secondary:disabled,
.content-link--btn-outline:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.content-link--btn-link {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-decoration: underline
}

.content-link--btn-link.has-icon {
	gap: 10px
}

.content-link--btn-link.has-icon .icon {
	font-size: 2.4rem
}

.content-link--btn-link:focus-visible {
	outline: 4px solid #f59c00
}

.content-link--btn-link.has-icon {
	text-decoration: none
}

.content-link--btn-link.has-icon span:not(.icon) {
	text-decoration: underline
}

.content-link--btn-link:hover {
	background-color: #e6edf0
}

.content-link--btn-link:active {
	color: #003c56
}

.content-link--btn-link:disabled {
	color: #7b7b7b;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

@media(min-width:0)and (max-width:47.9375em) {
	.content-link--btn-link {
		background-color: #e6edf0
	}

	.content-link--btn-link:hover {
		background-color: rgba(0, 0, 0, 0)
	}

	.content-link--btn-link:active {
		background-color: rgba(0, 0, 0, 0)
	}
}

.content-link--btn-more {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69;
	padding-left: 38px;
	background-image: url(../images/plus_simple.svg);
	background-repeat: no-repeat;
	background-position: 7px 7px
}

.content-link--btn-more.has-icon {
	gap: 10px
}

.content-link--btn-more.has-icon .icon {
	font-size: 2.4rem
}

.content-link--btn-more:focus-visible {
	outline: 4px solid #f59c00
}

.content-link--btn-more:hover {
	background-color: #e6edf0
}

.content-link--btn-more:active {
	background-color: #ccdbe1
}

.content-link--btn-more:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.content-link--back,
.content-link--btn-back {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-decoration: underline;
	padding-left: 15px
}

.content-link--back.has-icon,
.content-link--btn-back.has-icon {
	gap: 10px
}

.content-link--back.has-icon .icon,
.content-link--btn-back.has-icon .icon {
	font-size: 2.4rem
}

.content-link--back:focus-visible,
.content-link--btn-back:focus-visible {
	outline: 4px solid #f59c00
}

.content-link--back.has-icon,
.content-link--btn-back.has-icon {
	text-decoration: none
}

.content-link--back.has-icon span:not(.icon),
.content-link--btn-back.has-icon span:not(.icon) {
	text-decoration: underline
}

.content-link--back:hover,
.content-link--btn-back:hover {
	background-color: #e6edf0
}

.content-link--back:active,
.content-link--btn-back:active {
	color: #003c56
}

.content-link--back:disabled,
.content-link--btn-back:disabled {
	color: #7b7b7b;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

@media(min-width:0)and (max-width:47.9375em) {

	.content-link--back,
	.content-link--btn-back {
		background-color: #e6edf0
	}

	.content-link--back:hover,
	.content-link--btn-back:hover {
		background-color: rgba(0, 0, 0, 0)
	}

	.content-link--back:active,
	.content-link--btn-back:active {
		background-color: rgba(0, 0, 0, 0)
	}
}

.content-link--back:before,
.content-link--btn-back:before {
	content: "";
	display: inline-block;
	background-image: url(../images/Arrow_back.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	margin-right: 10px
}

.content-link--next,
.content-link--btn-next {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-decoration: underline;
	padding-right: 15px
}

.content-link--next.has-icon,
.content-link--btn-next.has-icon {
	gap: 10px
}

.content-link--next.has-icon .icon,
.content-link--btn-next.has-icon .icon {
	font-size: 2.4rem
}

.content-link--next:focus-visible,
.content-link--btn-next:focus-visible {
	outline: 4px solid #f59c00
}

.content-link--next.has-icon,
.content-link--btn-next.has-icon {
	text-decoration: none
}

.content-link--next.has-icon span:not(.icon),
.content-link--btn-next.has-icon span:not(.icon) {
	text-decoration: underline
}

.content-link--next:hover,
.content-link--btn-next:hover {
	background-color: #e6edf0
}

.content-link--next:active,
.content-link--btn-next:active {
	color: #003c56
}

.content-link--next:disabled,
.content-link--btn-next:disabled {
	color: #7b7b7b;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

@media(min-width:0)and (max-width:47.9375em) {

	.content-link--next,
	.content-link--btn-next {
		background-color: #e6edf0
	}

	.content-link--next:hover,
	.content-link--btn-next:hover {
		background-color: rgba(0, 0, 0, 0)
	}

	.content-link--next:active,
	.content-link--btn-next:active {
		background-color: rgba(0, 0, 0, 0)
	}
}

.content-link--next:after,
.content-link--btn-next:after {
	content: "";
	display: inline-block;
	background-image: url(../images/Arrow_forward.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	margin-left: 10px
}

.rtecenter {
	text-align: center
}

.cke_editable_themed span>span {
	border: .1px dotted #facd7f
}

.cke_editable_themed span>span :before {
	content: "spanspan!";
	display: inline-block;
	background-color: #facd7f;
	color: #fff;
	padding: 4px;
	border-radius: 4px;
	position: relative
}

[data-tooltip] {
	border-bottom: 1px #004c69 dotted;
	cursor: help
}

.webform-flexbox {
	margin: 1rem 0;
	gap: 2.8rem
}

.webform-flex--container {
	margin: 0
}

.webform-element-help:focus,
.webform-element-help:active,
.webform-element-help:hover {
	border: none;
	background: none
}

.form-actions {
	margin-top: 3rem
}

.form-inline-fields {
	display: flex;
	-moz-column-gap: 2rem;
	column-gap: 2rem
}

.form-inline-fields .form-item {
	display: inline-block
}

.form-item .description {
	font-size: 1.2rem;
	color: #646464;
	margin-top: 4px
}

@media(min-width:48em) {
	.form-item .description {
		font-size: 1.4rem
	}
}

.iti__flag-container,
select,
input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=number] {
	border: 1px solid #646464;
	font-size: 1.6rem;
	height: 40px;
	padding: 10px 8px;
	border-radius: 4px;
	color: #646464;
	max-width: 100%
}

.iti__flag-container:disabled,
select:disabled,
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled {
	background-color: #f9f9f9;
	border: 1px solid #b1b1b1
}

.iti__flag-container.error,
.form-item--error .iti__flag-container,
select.error,
.form-item--error select,
input[type=text].error,
.form-item--error input[type=text],
input[type=tel].error,
.form-item--error input[type=tel],
input[type=password].error,
.form-item--error input[type=password],
input[type=email].error,
.form-item--error input[type=email],
input[type=number].error,
.form-item--error input[type=number] {
	border-color: #9d234b
}

.form-item--error .iti__flag-container:-moz-placeholder-shown,
.form-item--error select:-moz-placeholder-shown,
.form-item--error input[type=text]:-moz-placeholder-shown,
.form-item--error input[type=tel]:-moz-placeholder-shown,
.form-item--error input[type=password]:-moz-placeholder-shown,
.form-item--error input[type=email]:-moz-placeholder-shown,
.form-item--error input[type=number]:-moz-placeholder-shown {
	border-color: #9d234b
}

.form-item--error .iti__flag-container:placeholder-shown,
.form-item--error select:placeholder-shown,
.form-item--error input[type=text]:placeholder-shown,
.form-item--error input[type=tel]:placeholder-shown,
.form-item--error input[type=password]:placeholder-shown,
.form-item--error input[type=email]:placeholder-shown,
.form-item--error input[type=number]:placeholder-shown {
	border-color: #9d234b
}

.form-item--warning .iti__flag-container,
.form-item--warning select,
.form-item--warning input[type=text],
.form-item--warning input[type=tel],
.form-item--warning input[type=password],
.form-item--warning input[type=email],
.form-item--warning input[type=number] {
	border-color: #f59c00
}

.form-item:has(.error:not(.form-item--error-message))>label,
.form-item--error>label {
	color: #9d234b
}

fieldset.error legend,
fieldset.error .fieldset-legend {
	color: #9d234b
}

fieldset.error>.fieldset-wrapper>div:first-child {
	color: #9d234b;
	font-size: 1.2rem;
	margin-top: 4px
}

@media(min-width:48em) {
	fieldset.error>.fieldset-wrapper>div:first-child {
		font-size: 1.4rem
	}
}

fieldset.error.webform-type-checkboxes>.fieldset-wrapper,
fieldset.error.webform-type-radios>.fieldset-wrapper,
fieldset.error.webform-select-other>.fieldset-wrapper {
	display: flex;
	flex-flow: column
}

fieldset.error.webform-type-checkboxes>.fieldset-wrapper>div:first-child,
fieldset.error.webform-type-radios>.fieldset-wrapper>div:first-child,
fieldset.error.webform-select-other>.fieldset-wrapper>div:first-child {
	order: 2
}

fieldset.error.webform-select-other>.fieldset-wrapper .form-item {
	margin-bottom: 0
}

.form-item--warning-message {
	color: #f59c00;
	font-size: 12px;
	margin-top: 4px
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/Arrow_drop_down.svg);
	background-position: right 8px center;
	background-repeat: no-repeat;
	padding-right: 44px;
	border: 1px solid #b1b1b1
}

select option[value=""] {
	display: none
}

select :required:invalid {
	color: #b1b1b1;
	border-color: #b1b1b1
}

select:valid {
	border: 1px solid #646464
}

select:hover,
select:active,
select:focus {
	border: 1px solid #004c69;
	outline: none
}

select:focus-visible {
	border-color: rgba(0, 0, 0, 0);
	outline: 3px solid #f59c00
}

select:disabled {
	border: 1px solid #b1b1b1;
	background-color: #f9f9f9
}

select.error,
.form-item--error select {
	border-color: #9d234b;
	color: #9d234b;
	background-image: url(../images/Arrow_drop_down_red.svg)
}

.form-item--warning select {
	border-color: #f59c00
}

.form-item--error-message {
	font-size: 1.2rem;
	color: #9d234b;
	margin-top: 4px
}

@media(min-width:48em) {
	.form-item--error-message {
		font-size: 1.4rem
	}
}

.form-item--warning-message {
	font-size: 1.2rem;
	color: #f59c00
}

@media(min-width:48em) {
	.form-item--warning-message {
		font-size: 1.4rem
	}
}

.select2-container.select2-container--default {
	width: 100%;
	background-color: #fff
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single {
	height: calc(20px + 2rem);
	line-height: 2rem;
	color: #7b7b7b;
	max-width: 100%;
	font-size: 1.6rem;
	border-radius: 4px;
	border: 1px solid #b1b1b1
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single[aria-disabled=true] {
	background-color: #f9f9f9;
	border: 1px solid #b1b1b1
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single:has(>.select2-selection__placeholder) {
	border: 1px solid #b1b1b1
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single:hover,
.select2-container.select2-container--default span.select2-selection.select2-selection--single:active,
.select2-container.select2-container--default span.select2-selection.select2-selection--single:focus,
.select2-container.select2-container--default span.select2-selection.select2-selection--single:focus-within {
	border: 1px solid #337087
}

.form-item--error .select2-container.select2-container--default span.select2-selection.select2-selection--single {
	border-color: #9d234b;
	color: #9d234b
}

.form-item--warning .select2-container.select2-container--default span.select2-selection.select2-selection--single {
	border-color: #f59c00
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single .select2-selection__placeholder {
	color: #b1b1b1;
	line-height: 1
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single span.select2-selection__rendered {
	height: calc(20px + 2rem);
	line-height: 2rem;
	padding: 10px 8px
}

.form-item--error .select2-container.select2-container--default span.select2-selection.select2-selection--single span.select2-selection__rendered {
	color: #9d234b
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single .select2-selection__arrow {
	height: 40px;
	width: 40px;
	top: 0;
	background-image: url(../images/Arrow_drop_down.svg);
	background-position: right 8px center;
	background-repeat: no-repeat
}

.form-item--error .select2-container.select2-container--default span.select2-selection.select2-selection--single .select2-selection__arrow {
	background-image: url(../images/Arrow_drop_down_red.svg)
}

.select2-container.select2-container--default span.select2-selection.select2-selection--single .select2-selection__arrow b {
	display: none
}

.select2-container.select2-container--default select.required+span.select2 {
	outline: 2px dashed #6b8e23
}

.select2-dropdown--below {
	border-radius: 0 0 4px 4px;
	border: 1px solid #004c69
}

.select2-dropdown--above {
	border-radius: 4px 4px 0 0;
	border: 1px solid #004c69
}

.select2-search--dropdown input.select2-search__field {
	border-radius: 4px;
	border: 1px solid #e0e0e0;
	height: 35px
}

.select2-search--dropdown input.select2-search__field:hover,
.select2-search--dropdown input.select2-search__field:active,
.select2-search--dropdown input.select2-search__field:focus {
	border: 1px solid #004c69
}

.select2-search--dropdown input.select2-search__field:focus-visible {
	outline: 2px solid #f59c00
}

.select2-container--focus:not(.select2-container--open) {
	outline: 3px solid #f59c00;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 4px
}

.select2-results .select2-results__option {
	color: #646464;
	padding: 10px 8px;
	font-size: 1.6rem
}

.select2-results .select2-results__option.select2-results__option--highlighted[aria-selected] {
	background-color: #e7f1fa;
	color: #646464
}

.select2-results .select2-results__option.select2-results__option--highlighted:hover {
	background-color: #e7f1fa;
	color: #646464
}

.webform-document-file>label::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder {
	color: #b1b1b1
}

.webform-document-file>label::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
select::placeholder {
	color: #b1b1b1
}

select.required:invalid {
	color: #b1b1b1
}

.webform-document-file>label,
textarea,
input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=number] {
	font-size: 1.6rem;
	padding: 10px 8px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #646464;
	max-width: 100%
}

.webform-document-file>label:-moz-placeholder-shown,
textarea:-moz-placeholder-shown,
input[type=text]:-moz-placeholder-shown,
input[type=tel]:-moz-placeholder-shown,
input[type=password]:-moz-placeholder-shown,
input[type=email]:-moz-placeholder-shown,
input[type=number]:-moz-placeholder-shown {
	border: 1px solid #b1b1b1
}

.webform-document-file>label:placeholder-shown,
.webform-document-file>label:not(:valid),
textarea:placeholder-shown,
textarea:not(:valid),
input[type=text]:placeholder-shown,
input[type=text]:not(:valid),
input[type=tel]:placeholder-shown,
input[type=tel]:not(:valid),
input[type=password]:placeholder-shown,
input[type=password]:not(:valid),
input[type=email]:placeholder-shown,
input[type=email]:not(:valid),
input[type=number]:placeholder-shown,
input[type=number]:not(:valid) {
	border: 1px solid #b1b1b1
}

.webform-document-file>label::-moz-placeholder,
textarea::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder {
	color: #b1b1b1
}

.webform-document-file>label::placeholder,
textarea::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder {
	color: #b1b1b1
}

.webform-document-file>label:hover,
.webform-document-file>label:active,
.webform-document-file>label:focus,
textarea:hover,
textarea:active,
textarea:focus,
input[type=text]:hover,
input[type=text]:active,
input[type=text]:focus,
input[type=tel]:hover,
input[type=tel]:active,
input[type=tel]:focus,
input[type=password]:hover,
input[type=password]:active,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=email]:focus,
input[type=number]:hover,
input[type=number]:active,
input[type=number]:focus {
	border: 1px solid #004c69;
	outline: none
}

.webform-document-file>label:focus-visible,
textarea:focus-visible,
input[type=text]:focus-visible,
input[type=tel]:focus-visible,
input[type=password]:focus-visible,
input[type=email]:focus-visible,
input[type=number]:focus-visible {
	border-color: rgba(0, 0, 0, 0);
	outline: 3px solid #f59c00
}

.webform-document-file>label:disabled,
textarea:disabled,
input[type=text]:disabled,
input[type=tel]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled {
	border: 1px solid #b1b1b1;
	background-color: #f9f9f9
}

.webform-document-file>label.error,
textarea.error,
input[type=text].error,
input[type=tel].error,
input[type=password].error,
input[type=email].error,
input[type=number].error {
	color: #9d234b;
	border-color: #9d234b
}

.webform-document-file:focus-within>label {
	border-color: rgba(0, 0, 0, 0);
	outline: 3px solid #f59c00
}

.fieldset-legend.form-required:after,
label.form-required:after {
	content: "*";
	margin-left: 5px
}

.form-item {
	margin-bottom: 25px
}

.form-item:last-child {
	margin-bottom: 0
}

.radios--wrapper .form-type-radio,
.checkbox--wrapper .form-type-checkbox,
.webform-document-file>.js-form-type-checkbox {
	margin-bottom: 0
}

.js-webform-select-other-input .form-item {
	margin-bottom: 0
}

.js-webform-select-other-input input {
	margin-top: 25px
}

label,
.fieldset-legend {
	color: #004c69;
	line-height: 20px;
	height: unset;
	margin-bottom: 5px;
	display: block
}

input[type=radio]+label,
input[type=checkbox]+label {
	color: #000
}

.form-disabled>label {
	color: #b1b1b1
}

.webform-element-help {
	background-color: #fff;
	border: none;
	width: 16px;
	height: 20px;
	line-height: 22px;
	font-size: 1.6rem;
	font-weight: normal;
	vertical-align: text-bottom;
	position: relative;
	margin-left: 6px
}

.webform-element-help:before {
	visibility: visible;
	content: "";
	background-image: url(../images/Info_outline.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center center;
	display: inline-block;
	width: 16px;
	height: 20px
}

.webform-element-help:focus-visible {
	border-color: rgba(0, 0, 0, 0);
	outline: 3px solid #f59c00
}

.webform-element-help span {
	display: none
}

.tippy-box {
	background-color: #004c69;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 16px;
	color: #fff
}

.tippy-box .tippy-content {
	padding: 0
}

.tippy-box .tippy-arrow {
	color: #004c69
}

.webform-multiple-table table {
	margin-bottom: 10px
}

button.btn--primary,
input[type=button],
input[type=submit],
a.btn--primary,
a.btn-primary {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #004c69;
	border-color: #004c69
}

button.btn--primary.has-icon,
input[type=button].has-icon,
input[type=submit].has-icon,
a.btn--primary.has-icon,
a.btn-primary.has-icon {
	gap: 10px
}

button.btn--primary.has-icon .icon,
input[type=button].has-icon .icon,
input[type=submit].has-icon .icon,
a.btn--primary.has-icon .icon,
a.btn-primary.has-icon .icon {
	font-size: 2.4rem
}

button.btn--primary:focus-visible,
input[type=button]:focus-visible,
input[type=submit]:focus-visible,
a.btn--primary:focus-visible,
a.btn-primary:focus-visible {
	outline: 4px solid #f59c00
}

button.btn--primary:hover,
input[type=button]:hover,
input[type=submit]:hover,
a.btn--primary:hover,
a.btn-primary:hover {
	color: #fff;
	background-color: #337087;
	border-color: #337087
}

button.btn--primary:active,
input[type=button]:active,
input[type=submit]:active,
a.btn--primary:active,
a.btn-primary:active {
	color: #fff;
	background-color: #003c56;
	border-color: #003c56
}

button.btn--primary:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
a.btn--primary:disabled,
a.btn-primary:disabled {
	color: #646464;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

button.btn--primary.js-hide,
input[type=button].js-hide,
input[type=submit].js-hide,
a.btn--primary.js-hide,
a.btn-primary.js-hide {
	display: none
}

button.btn--outline,
a.btn--outline,
a.btn-outline {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69
}

button.btn--outline.has-icon,
a.btn--outline.has-icon,
a.btn-outline.has-icon {
	gap: 10px
}

button.btn--outline.has-icon .icon,
a.btn--outline.has-icon .icon,
a.btn-outline.has-icon .icon {
	font-size: 2.4rem
}

button.btn--outline:focus-visible,
a.btn--outline:focus-visible,
a.btn-outline:focus-visible {
	outline: 4px solid #f59c00
}

button.btn--outline:hover,
a.btn--outline:hover,
a.btn-outline:hover {
	background-color: #e6edf0
}

button.btn--outline:active,
a.btn--outline:active,
a.btn-outline:active {
	background-color: #ccdbe1
}

button.btn--outline:disabled,
a.btn--outline:disabled,
a.btn-outline:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

button.btn--link,
a.btn--link {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-decoration: underline
}

button.btn--link.has-icon,
a.btn--link.has-icon {
	gap: 10px
}

button.btn--link.has-icon .icon,
a.btn--link.has-icon .icon {
	font-size: 2.4rem
}

button.btn--link:focus-visible,
a.btn--link:focus-visible {
	outline: 4px solid #f59c00
}

button.btn--link.has-icon,
a.btn--link.has-icon {
	text-decoration: none
}

button.btn--link.has-icon span:not(.icon),
a.btn--link.has-icon span:not(.icon) {
	text-decoration: underline
}

button.btn--link:hover,
a.btn--link:hover {
	background-color: #e6edf0
}

button.btn--link:active,
a.btn--link:active {
	color: #003c56
}

button.btn--link:disabled,
a.btn--link:disabled {
	color: #7b7b7b;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

@media(min-width:0)and (max-width:47.9375em) {

	button.btn--link,
	a.btn--link {
		background-color: #e6edf0
	}

	button.btn--link:hover,
	a.btn--link:hover {
		background-color: rgba(0, 0, 0, 0)
	}

	button.btn--link:active,
	a.btn--link:active {
		background-color: rgba(0, 0, 0, 0)
	}
}

a.btn--back {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-decoration: underline;
	padding-left: 15px
}

a.btn--back.has-icon {
	gap: 10px
}

a.btn--back.has-icon .icon {
	font-size: 2.4rem
}

a.btn--back:focus-visible {
	outline: 4px solid #f59c00
}

a.btn--back.has-icon {
	text-decoration: none
}

a.btn--back.has-icon span:not(.icon) {
	text-decoration: underline
}

a.btn--back:hover {
	background-color: #e6edf0
}

a.btn--back:active {
	color: #003c56
}

a.btn--back:disabled {
	color: #7b7b7b;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

@media(min-width:0)and (max-width:47.9375em) {
	a.btn--back {
		background-color: #e6edf0
	}

	a.btn--back:hover {
		background-color: rgba(0, 0, 0, 0)
	}

	a.btn--back:active {
		background-color: rgba(0, 0, 0, 0)
	}
}

a.btn--back:before {
	content: "";
	display: inline-block;
	background-image: url(../images/Arrow_back.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	margin-right: 10px
}

a.btn--reset {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #004c69;
	border-color: #004c69;
	padding-left: 15px
}

a.btn--reset.has-icon {
	gap: 10px
}

a.btn--reset.has-icon .icon {
	font-size: 2.4rem
}

a.btn--reset:focus-visible {
	outline: 4px solid #f59c00
}

a.btn--reset:hover {
	color: #fff;
	background-color: #337087;
	border-color: #337087
}

a.btn--reset:active {
	color: #fff;
	background-color: #003c56;
	border-color: #003c56
}

a.btn--reset:disabled {
	color: #646464;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

a.btn--reset:before {
	content: "";
	display: inline-block;
	background-image: url(../images/Refresh_white.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	margin-right: 10px
}

.webform-document-file>label {
	width: 100%;
	cursor: pointer;
	text-align: left;
	min-width: 210px;
	border-radius: 4px;
	font-size: 1.6rem;
	line-height: 24px;
	padding: 10px 10px 10px 10px;
	color: #7b7b7b
}

@media(min-width:48em) {
	.webform-document-file>label {
		width: -moz-fit-content;
		width: fit-content
	}
}

.webform-document-file>label:after {
	content: "";
	display: inline-block;
	float: right;
	width: 24px;
	height: 24px;
	background-image: url(../images/Attach_file.svg);
	background-position: right center;
	background-repeat: no-repeat
}

.webform-document-file .js-form-type-checkbox {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 1px solid #f9f9f9;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
	padding: 14px 14px 14px 47px;
	background-image: url(../images/Attach_file.svg);
	background-position: left 14px center;
	background-repeat: no-repeat
}

.webform-document-file .js-form-type-checkbox:first-of-type {
	border-top: 1px solid #7b7b7b;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.webform-document-file .js-form-type-checkbox:last-of-type {
	border-bottom: 1px solid #7b7b7b;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 50px
}

.webform-document-file .js-form-type-checkbox input[type=checkbox] {
	order: 3;
	flex-grow: 0
}

.webform-document-file .js-form-type-checkbox label {
	flex-grow: 1;
	color: #646464;
	margin-bottom: 0;
	font-size: 1.6rem
}

.webform-document-file .js-form-type-checkbox input.form-submit {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69;
	float: right;
	margin-top: -40px
}

.webform-document-file .js-form-type-checkbox input.form-submit.has-icon {
	gap: 10px
}

.webform-document-file .js-form-type-checkbox input.form-submit.has-icon .icon {
	font-size: 2.4rem
}

.webform-document-file .js-form-type-checkbox input.form-submit:focus-visible {
	outline: 4px solid #f59c00
}

.webform-document-file .js-form-type-checkbox input.form-submit:hover {
	background-color: #e6edf0
}

.webform-document-file .js-form-type-checkbox input.form-submit:active {
	background-color: #ccdbe1
}

.webform-document-file .js-form-type-checkbox input.form-submit:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.webform-file-button-input {
	width: 0;
	top: -10000
}

.webform-message .messages.messages--info {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #4581b2;
	box-shadow: none;
	margin-bottom: 2rem
}

@media(min-width:60em) {
	.webform-message .messages.messages--info {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {
	.webform-message .messages.messages--info {
		padding: 20px 20px 20px 115px
	}
}

.webform-message .messages.messages--info:before,
.webform-message .messages.messages--info:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.webform-message .messages.messages--info:before,
	.webform-message .messages.messages--info:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.webform-message .messages.messages--info:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.webform-message .messages.messages--info:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {
	.webform-message .messages.messages--info:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.webform-message .messages.messages--info a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.webform-message .messages.messages--info p {
	color: #000
}

.webform-message .messages.messages--info p:last-child {
	margin-bottom: 0
}

.webform-message .messages.messages--info *:first-child {
	margin-top: 0
}

.webform-message .messages.messages--info h2:first-child,
.webform-message .messages.messages--info h3:first-child,
.webform-message .messages.messages--info h4:first-child,
.webform-message .messages.messages--info .pg-title:first-child {
	margin-top: 0
}

.webform-message .messages.messages--info:before {
	background-color: #4581b2
}

.webform-message .messages.messages--info:after {
	background-image: url(../images/Info_outline_white.svg);
	background-color: #4581b2
}

.webform-message .messages.messages--info strong,
.webform-message .messages.messages--info h1,
.webform-message .messages.messages--info h2,
.webform-message .messages.messages--info h3,
.webform-message .messages.messages--info h4 {
	color: #4581b2
}

.webform-multiple-add input[type=submit] {
	font-size: 1.4rem;
	line-height: 16px;
	background-color: #fff;
	color: #004c69;
	border: 1px solid #004c69;
	margin-bottom: 25px
}

.webform-multiple-add input[type=submit]:hover {
	background-color: #337087
}

.webform-multiple-add input[type=submit]:active {
	background-color: #003c56;
	border-color: #003c56
}

.webform-multiple-table td input[type=image] {
	border: 1px solid #004c69;
	opacity: 1
}

.webform-readonly.form-item-training input {
	border: none;
	padding-left: 0;
	background: none;
	font-weight: bold;
	font-size: 18px
}

.g-recaptcha {
	margin: 1rem 0 .8rem
}

.captcha__description {
	font-size: 1.6rem
}

body div.ui-tooltip.webform-element-help--tooltip {
	background-color: #004c69;
	border-radius: 4px;
	color: #fff !important;
	border: none;
	outline: none;
	box-shadow: none
}

@keyframes message-icon-pulse-animation {
	0% {
		transform: scale(1);
		opacity: .4
	}

	20% {
		transform: scale(1.8);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

.js .dropbutton-widget {
	border: 1px solid #b1b1b1;
	background-color: #fff;
	border-radius: 4px
}

.js .dropbutton-widget:hover {
	border-color: #337087
}

.dropbutton .dropbutton-action {
	line-height: 40px;
	color: #004c69
}

.dropbutton .dropbutton-action>* {
	padding: 0 15px;
	white-space: nowrap
}

.dropbutton .dropbutton-arrow {
	color: #004c69;
	top: 50%;
	margin-top: -3px;
	right: 15px
}

.dropbutton .secondary-action {
	border: none
}

.dropbutton .secondary-action a,
.dropbutton .secondary-action a:link,
.dropbutton .secondary-action a:hover,
.dropbutton .secondary-action a:visited {
	text-decoration: none;
	color: #004c69
}

.dropbutton .button {
	padding: 0
}

.dropbutton-wrapper .dropbutton {
	border-right: none
}

[dir=rtl] .dropbutton-wrapper .dropbutton {
	border-right: 0 none;
	border-left: none
}

.dropbutton-wrapper .dropbutton .dropbutton-action>* {
	margin-right: .25em;
	cursor: pointer
}

[dir=rtl] .dropbutton-wrapper .dropbutton .dropbutton-action>* {
	margin-right: 0;
	margin-left: .25em
}

.dropbutton-toggle {
	width: 40px;
	line-height: 40px
}

details {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	padding: 16px 20px
}

details summary {
	display: list-item;
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/Expand_more.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding: 16px 30px 16px 20px;
	margin: -16px -20px;
	cursor: pointer
}

details summary:focus-visible {
	outline: 2px solid #f59c00;
	border-radius: 4px
}

details[open] summary {
	background-image: url(../images/Expand_less.svg);
	margin-bottom: 20px
}

.form-type-checkbox,
.form-type-radio {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	margin-bottom: 20px;
	clear: both
}

.form-composite .form-type-checkbox,
.form-composite .form-type-radio {
	width: 100%;
	margin-bottom: 0
}

.webform-options-display-side-by-side .form-type-checkbox,
.webform-options-display-side-by-side .form-type-radio {
	width: auto;
	margin-right: 20px
}

.form-type-checkbox .form-item:not(:last-child),
.form-type-radio .form-item:not(:last-child) {
	position: relative;
	margin-bottom: 20px
}

.form-type-checkbox label,
.form-type-radio label {
	width: 100%;
	margin: 0;
	padding: 0 0 0 35px;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 20px;
	cursor: pointer
}

.form-type-checkbox input[type=radio]+label,
.form-type-checkbox input[type=checkbox]+label,
.form-type-radio input[type=radio]+label,
.form-type-radio input[type=checkbox]+label {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 35px;
	width: 100%;
	color: #000;
	position: relative
}

.form-type-checkbox input[type=radio],
.form-type-checkbox input[type=checkbox],
.form-type-radio input[type=radio],
.form-type-radio input[type=checkbox] {
	width: 24px;
	height: 24px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
	float: left;
	margin: 0
}

.form-type-checkbox input[type=radio]+label::before,
.form-type-checkbox input[type=checkbox]+label::before,
.form-type-radio input[type=radio]+label::before,
.form-type-radio input[type=checkbox]+label::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute !important;
	left: 0;
	top: -4px;
	cursor: pointer;
	z-index: 1
}

.form-type-checkbox input[type=checkbox]+label::before,
.form-type-radio input[type=checkbox]+label::before {
	background-image: url(../images/check_box_unchecked.svg)
}

.form-type-checkbox.form-item--error input[type=checkbox]+label,
.error .form-type-checkbox input[type=checkbox]+label,
.form-type-radio.form-item--error input[type=checkbox]+label,
.error .form-type-radio input[type=checkbox]+label {
	color: #9d234b
}

.form-type-checkbox.form-item--error input[type=checkbox]+label::before,
.error .form-type-checkbox input[type=checkbox]+label::before,
.form-type-radio.form-item--error input[type=checkbox]+label::before,
.error .form-type-radio input[type=checkbox]+label::before {
	background-image: url(../images/check_box_unchecked_red.svg)
}

.form-type-checkbox input[type=checkbox]:checked+label::before,
.form-type-radio input[type=checkbox]:checked+label::before {
	background-image: url(../images/check_box_checked.svg)
}

.form-type-checkbox.form-item--error input[type=checkbox]:checked+label,
.error .form-type-checkbox input[type=checkbox]:checked+label,
.form-type-radio.form-item--error input[type=checkbox]:checked+label,
.error .form-type-radio input[type=checkbox]:checked+label {
	color: #9d234b
}

.form-type-checkbox.form-item--error input[type=checkbox]:checked+label::before,
.error .form-type-checkbox input[type=checkbox]:checked+label::before,
.form-type-radio.form-item--error input[type=checkbox]:checked+label::before,
.error .form-type-radio input[type=checkbox]:checked+label::before {
	background-image: url(../images/check_box_checked_red.svg)
}

.form-type-checkbox input[type=checkbox]:focus-visible+label::before,
.form-type-radio input[type=checkbox]:focus-visible+label::before {
	outline: 3px solid #f59c00;
	border-radius: 4px
}

.form-type-checkbox input[type=radio]+label::before,
.form-type-radio input[type=radio]+label::before {
	background-image: url(../images/radio_button_unchecked.svg)
}

.form-type-checkbox.form-item--error input[type=radio]+label,
.error .form-type-checkbox input[type=radio]+label,
.form-type-radio.form-item--error input[type=radio]+label,
.error .form-type-radio input[type=radio]+label {
	color: #9d234b
}

.form-type-checkbox.form-item--error input[type=radio]+label::before,
.error .form-type-checkbox input[type=radio]+label::before,
.form-type-radio.form-item--error input[type=radio]+label::before,
.error .form-type-radio input[type=radio]+label::before {
	background-image: url(../images/radio_button_unchecked_red.svg)
}

.form-type-checkbox input[type=radio]:checked+label::before,
.form-type-radio input[type=radio]:checked+label::before {
	background-image: url(../images/radio_button_checked.svg)
}

.form-type-checkbox.form-item--error input[type=radio]:checked+label::before,
.error .form-type-checkbox input[type=radio]:checked+label::before,
.form-type-radio.form-item--error input[type=radio]:checked+label::before,
.error .form-type-radio input[type=radio]:checked+label::before {
	background-image: url(../images/radio_button_checked_red.svg)
}

.form-type-checkbox input[type=radio]:disabled+label,
.form-type-checkbox input[type=checkbox]:disabled+label,
.form-type-radio input[type=radio]:disabled+label,
.form-type-radio input[type=checkbox]:disabled+label {
	color: #7b7b7b
}

.form-type-checkbox input[type=radio]:disabled+label::before,
.form-type-checkbox input[type=checkbox]:disabled+label::before,
.form-type-radio input[type=radio]:disabled+label::before,
.form-type-radio input[type=checkbox]:disabled+label::before {
	filter: saturate(0) brightness(330%)
}

.form-type-checkbox input[type=radio]+label:after,
.form-type-checkbox input[type=checkbox]+label:after,
.form-type-radio input[type=radio]+label:after,
.form-type-radio input[type=checkbox]+label:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: -8px;
	margin-left: 0;
	top: -12px;
	width: 40px;
	height: 40px;
	background-image: url(../images/icon_bg_circle.svg);
	opacity: 0;
	transition: opacity .3s ease-in-out
}

.form-type-checkbox input[type=radio]:hover+label:after,
.form-type-checkbox input[type=checkbox]:hover+label:after,
.form-type-checkbox input[type=radio]+label:hover:after,
.form-type-checkbox input[type=checkbox]+label:hover:after,
.form-type-radio input[type=radio]:hover+label:after,
.form-type-radio input[type=checkbox]:hover+label:after,
.form-type-radio input[type=radio]+label:hover:after,
.form-type-radio input[type=checkbox]+label:hover:after {
	opacity: 1
}

.form-type-tel .form-item--error-message {
	font-weight: 400
}

.form-type-tel .iti--allow-dropdown {
	max-width: 100%;
	display: flex;
	gap: 8px
}

.form-type-tel .iti--allow-dropdown .iti__flag-container {
	display: inline-block;
	position: static
}

.form-type-tel .iti--allow-dropdown .iti__flag-container:has(:focus-visible) {
	border-color: rgba(0, 0, 0, 0);
	outline: 3px solid #f59c00
}

.form-type-tel .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0, 0, 0, 0)
}

.form-type-tel .iti--allow-dropdown .iti__flag-container .iti__selected-flag:focus-visible {
	outline: none
}

.form-type-tel .iti--allow-dropdown .iti__arrow {
	margin-left: 10px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
	border-top-color: #004c69
}

.form-type-tel .iti--allow-dropdown input[type=tel] {
	max-width: calc(100% - 78px);
	padding: 10px 8px
}

.form-type-tel .iti__country-list {
	border-radius: 4px;
	border: 1px solid #004c69;
	top: 44px;
	left: 0
}

.form-type-tel .iti__country-list li.iti__country {
	color: #646464;
	line-height: 2rem;
	height: 48px;
	padding: 12px 8px
}

.form-type-tel .iti__country-list li.iti__country.iti__active {
	background-color: #7fa5b4;
	color: #fff;
	font-weight: 500
}

.form-type-tel .iti__country-list li.iti__country.iti__active .iti__dial-code {
	color: #fff
}

.form-type-tel .iti__country-list li.iti__country.iti__highlight,
.form-type-tel .iti__country-list li.iti__country:hover {
	background-color: #e6edf0;
	color: #646464;
	font-weight: 500
}

.form-type-tel .iti__country-list li.iti__country.iti__highlight .iti__dial-code,
.form-type-tel .iti__country-list li.iti__country:hover .iti__dial-code {
	color: #646464
}

.form-type-tel .iti__country-list li.iti__country .iti__dial-code {
	color: #646464
}

.form-type-tel .iti__country-list li.iti__country:focus-visible {
	outline: 3px solid #f59c00;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 5px;
	padding-right: 5px
}

.form-item input.form-autocomplete,
.fluvius-form-autocomplete {
	background-image: url(../images/Search.svg);
	background-position: right 7px center;
	background-repeat: no-repeat;
	width: 100%
}

.form-item input.form-autocomplete:disabled,
.fluvius-form-autocomplete:disabled {
	background-image: url(../images/Search_gray.svg);
	background-color: #f9f9f9
}

.form-item input.form-autocomplete.ui-autocomplete-loading,
.fluvius-form-autocomplete.ui-autocomplete-loading {
	background-image: url(../images/dots.svg);
	background-size: 22px;
	background-position: right 7px center
}

ul.ui-autocomplete {
	background-color: #fff;
	border: 1px solid #646464;
	border-radius: 4px;
	color: #646464
}

ul.ui-autocomplete:focus-within {
	border: 1px solid #004c69
}

ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
	margin: 0;
	padding: 12px 8px;
	font-size: 1.6rem;
	line-height: 2rem;
	display: block;
	background-color: #fff
}

ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
	background-color: #e7f1fa;
	color: #004c69
}

div[data-drupal-messages]+form {
	margin-top: 20px
}

table {
	color: #004c69;
	font-weight: 400;
	width: calc(100% - 3px);
	margin-left: 1px
}

table a {
	color: #004c69;
	text-decoration: underline
}

table a:hover {
	color: #337087
}

table span.tablesort {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	vertical-align: middle
}

table span.tablesort--desc {
	background-image: url(../images/Arrow_drop_up_white.svg)
}

table span.tablesort--asc {
	background-image: url(../images/Arrow_drop_down_white.svg)
}

.table--striped tr:nth-child(2n) td {
	background-color: #f9f9f9
}

.table--secondary-orange.table--striped tr:nth-child(2n) td {
	background-color: #fdebcc
}

.table--primary-green.table--striped tr:nth-child(2n) td {
	background-color: #f7fbeb
}

.table--secondary-blue.table--striped tr:nth-child(2n) td {
	background-color: #e7f1fa
}

.table--primary-blue table th,
.table--primary-blue table td.sub {
	color: #fff;
	background-color: #004c69
}

.table--primary-blue table td {
	color: #004c69;
	background-color: #fff
}

.table--secondary-blue table th,
.table--secondary-blue table td.sub {
	color: #fff;
	background-color: #4581b2
}

.table--secondary-blue table td {
	color: #004c69;
	background-color: #fff
}

.table--secondary-orange table th,
.table--secondary-orange table td.sub {
	background-color: #c37d10
}

.table--secondary-orange table td {
	border-color: #fdebcc
}

.table--primary-green table th,
.table--primary-green table td.sub {
	background-color: #8aa424
}

.table--primary-green table td {
	border-color: #f0f6d7
}

.st-key {
	text-align: right;
	padding-right: 1%;
	color: #004c69
}

.st-val {
	padding-left: 1%
}

.stacktable.large-only {
	display: none
}

.stacktable.small-only {
	display: table
}

table thead {
	overflow: hidden
}

table tr {
	border-bottom: 1px solid #ccdbe1
}

table tr th {
	text-align: left;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.2rem
}

table tr th a {
	color: #fff
}

table tr:first-of-type th:first-child {
	border-top-left-radius: 5px
}

table tr:first-of-type th:last-of-type {
	border-top-right-radius: 5px
}

table th,
table td.sub {
	background-color: #004c69;
	padding: 20px
}

table td {
	padding: 14px;
	background-color: #fff;
	border: 1px solid #ccdbe1
}

@media(min-width:0)and (max-width:47.9375em) {

	td,
	tr th {
		font-size: 1.4rem;
		padding: 8px 12px
	}

	.table-mobile-responsive div>caption {
		display: block
	}

	.table-mobile-responsive div tr:first-of-type td {
		background-color: #004c69;
		color: #fff;
		font-size: 1.6rem
	}

	.table--primary-green.table-mobile-responsive div tr:first-of-type td {
		background-color: #8aa424
	}

	.table--secondary-orange.table-mobile-responsive div tr:first-of-type td {
		background-color: #f59c00
	}

	.table--secondary-blue.table-mobile-responsive div tr:first-of-type td {
		background-color: #87bbe6
	}

	.table-mobile-responsive .small-only tr {
		background: rgba(0, 0, 0, 0)
	}

	.table-mobile-responsive .small-only tr td {
		border: none
	}

	.table-mobile-responsive .small-only tr:first-child {
		background: #f9f9f9;
		border-bottom: .1px solid #e0e0e0;
		font-weight: 700
	}
}

@media(min-width:0)and (max-width:59.9375em) {
	.table-mobile-fixed-col {
		white-space: nowrap;
		overflow-x: auto
	}

	.table-mobile-fixed-col .col_0 {
		position: sticky;
		left: 0
	}
}

@media(min-width:48em)and (max-width:59.9375em) {

	table td,
	table tr th {
		font-size: 1.6rem;
		padding: 10px 12px
	}

	.table-mobile-responsive div tr:first-of-type td {
		font-size: 1.8rem
	}
}

@media(min-width:48em) {
	.stacktable.large-only {
		display: table
	}

	.stacktable.small-only {
		display: none
	}

	.table-mobile-responsive div>caption {
		display: none
	}

	table {
		border: none
	}
}

@media(min-width:60em) {
	.table-mobile-fixed-col {
		white-space: initial;
		overflow-x: initial
	}

	.table-mobile-fixed-col .col_0 {
		position: initial
	}

	.table-behavior-collapsed div>caption {
		display: none
	}

	th {
		font-size: 2rem
	}

	td {
		font-size: 1.8rem
	}
}

@media(min-width:0)and (max-width:47.9375em) {
	.mobile-small-hidden {
		display: none
	}
}

@media(min-width:0)and (max-width:59.9375em) {
	.mobile-hidden {
		display: none
	}
}

@media(min-width:48em) {
	.mobile-small-only {
		display: none
	}
}

@media(min-width:60em) {
	.mobile-only {
		display: none
	}
}

span.fluvius-bol-g,
span.fluvius-bol-o,
span.fluvius-bol-b {
	width: 15px;
	height: 14px;
	display: inline-block;
	border-radius: 54% 46% 54% 46%/53% 47% 53% 47%;
	margin: 0 auto
}

span.fluvius-bol-g {
	background-color: #b2d235
}

span.fluvius-bol-o {
	background-color: #f59c00
}

span.fluvius-bol-b {
	background-color: #004c69
}

.result-icon--success {
	color: #8aa424
}

.result-icon--warning {
	color: #c37d10
}

.result-icon--error {
	color: #830931
}

@media print {
	.hide-for-print {
		display: none
	}

	.contextual {
		display: none
	}

	.region-top,
	.block-search,
	.block-mijn-fluvius,
	.hamburger-menu-button,
	#block-dropdownlanguage,
	.region-hero,
	.menu--main,
	footer,
	#block-fluvius-ds-local-tasks {
		display: none !important
	}

	body {
		zoom: .8
	}

	#fluv-help-widget {
		display: none !important
	}

	.region-header .inner .current-date {
		margin-left: auto
	}
}

@media screen {
	.only-for-print {
		display: none
	}
}

@font-face {
	font-family: "fluvius-icons";
	src: url("../fonts/fluvius-icons.woff2") format("woff2"), 
	url("../fonts/fluvius-icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: "fluvius-icons";
	src: url("../fonts/fluvius-icons.woff2") format("woff2"),
		url("../fonts/fluvius-icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/roboto18.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block
}




.fluv-icon {
	word-break: keep-all;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-family: "fluvius-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fluv-icon.scale-1x {
	font-size: 1em !important
}

.fluv-icon.scale-2x {
	font-size: 2em !important
}

.fluv-icon.scale-3x {
	font-size: 3em !important
}

.fluv-icon.scale-4x {
	font-size: 4em !important
}

.fluv-icon.scale-5x {
	font-size: 5em !important
}

.fluv-icon.scale-6x {
	font-size: 6em !important
}

.fluv-icon.scale-7x {
	font-size: 7em !important
}

.fluv-icon.scale-8x {
	font-size: 8em !important
}

.fluv-icon.scale-9x {
	font-size: 9em !important
}

.fluv-icon.scale-10x {
	font-size: 10em !important
}

@font-face {
	font-family: "fluvius-social-icons";
	src: url("../fonts/fluvius-social-icons.woff2") format("woff2"), 
	url("../fonts/fluvius-social-icons.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

.fluv-social-icon {
	word-break: keep-all;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-family: "fluvius-social-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fluv-social-icon.scale-1x {
	font-size: 1em !important
}

.fluv-social-icon.scale-2x {
	font-size: 2em !important
}

.fluv-social-icon.scale-3x {
	font-size: 3em !important
}

.fluv-social-icon.scale-4x {
	font-size: 4em !important
}

.fluv-social-icon.scale-5x {
	font-size: 5em !important
}

.fluv-social-icon.scale-6x {
	font-size: 6em !important
}

.fluv-social-icon.scale-7x {
	font-size: 7em !important
}

.fluv-social-icon.scale-8x {
	font-size: 8em !important
}

.fluv-social-icon.scale-9x {
	font-size: 9em !important
}

.fluv-social-icon.scale-10x {
	font-size: 10em !important
}

.region-top,
.layout-content,
.region-header,
.region-precontent,
.region-messages,
.region-hero {
	margin: 0 auto;
	padding: 0 4vw;
	max-width: 1680px
}

.region-primarymenu {
	margin: 0 auto;
	padding: 0;
	max-width: 1680px;
	z-index: 2;
	background-color: #004c69;
	position: relative
}

.region-messages,
.region-hero {
	margin: 0 auto;
	padding: 0 0
}

.layout-footer {
	margin: 0 auto;
	max-width: 1680px
}

.region-top {
	height: 4rem;
	background-color: #f9f9f9;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
	z-index: 1;
	position: relative
}

.region-header {
	z-index: 3;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	height: 64px
}

.region-header>.inner {
	display: flex;
	align-items: center;
	height: 100%
}

main h1.page-title {
	margin-top: 0
}

@media(min-width:0)and (max-width:59.9375em) {

	.region-top,
	.layout-content,
	.region-header,
	.region-precontent {
		padding: 0 15px
	}
}

@media(min-width:48em) {
	.region-header {
		height: 64px
	}

	.region-hero {
		margin-bottom: 48px
	}
}

@media(min-width:60em) {
	.region-header {
		height: 63px
	}

	.layout-content--with-sidebar {
		padding: 0 0 0 4vw;
		display: grid;
		flex-flow: row nowrap;
		gap: 6vw
	}

	.layout-content--with-sidebar .layout-content__sidebar {
		position: relative
	}

	.layout-content--with-sidebar .layout-content__sidebar.sticky .layout-content__sidebar__inner {
		width: 100%;
		top: var(--drupal-displace-offset-top, 0);
		position: sticky
	}
}

@media(min-width:71.25em) {
	.region-header {
		height: 85px
	}
}

@media(min-width:104.875em) {
	.region-header {
		height: 108px
	}
}

:root {
	--header-height: 140px
}

body:not(.mobile-menu-open):not(.client-menu-open) header .animatable-header>.inner {
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 0
}

body:not(.mobile-menu-open):not(.client-menu-open) header .animatable-header.fixed-hidden {
	height: var(--header-height)
}

body:not(.mobile-menu-open):not(.client-menu-open) header .animatable-header.fixed-hidden>.inner {
	position: fixed;
	z-index: 5;
	transition: 1s top;
	top: calc(0px - var(--header-height))
}

body:not(.mobile-menu-open):not(.client-menu-open) header .animatable-header.fixed {
	height: var(--header-height)
}

body:not(.mobile-menu-open):not(.client-menu-open) header .animatable-header.fixed>.inner {
	position: fixed;
	transition: 1s top;
	z-index: 5;
	top: var(--drupal-displace-offset-top, 0)
}

.region-prefooter {
	background-color: #e6edf0;
	border-radius: 10px 10px 0 0;
	padding: 23px 16px;
	height: 72px;
	margin: 64px 0 0 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between
}

@media(min-width:36em) {
	.region-prefooter {
		margin: 64px 15px 0 15px;
		padding: 23px 20px
	}
}

@media(min-width:60em) {
	.region-prefooter {
		border-radius: 20px 20px 0 0;
		padding: 23px 50px;
		margin: 64px 4vw 0 4vw
	}
}

@media(min-width:71.25em) {
	.region-prefooter {
		height: 76px
	}
}

@media(min-width:104.875em) {
	.region-prefooter {
		height: 80px
	}
}

.region-footer {
	display: grid;
	background-color: #004c69;
	padding: 20px 18px
}

@media(min-width:0)and (max-width:59.9375em) {
	.region-footer {
		grid-template-columns: 1fr;
		row-gap: 40px
	}
}

@media(min-width:36em) {
	.region-footer {
		padding: 24px 32px;
		grid-template-columns: 1fr 1fr
	}
}

@media(min-width:48em) {
	.region-footer {
		padding: 24px 32px;
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media(min-width:60em) {
	.region-footer {
		padding: 24px 32px;
		grid-template-columns: 4.5fr 4.5fr 5fr
	}
}

@media(min-width:104.875em) {
	.region-footer {
		padding: 52px 67px;
		font-size: 1.8rem;
		grid-template-columns: 1fr 1fr 1fr
	}
}

.region-bottom {
	padding: 17px 20px
}

.region-bottom .block-copyright-text {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #646464;
	margin-right: 32px
}

@media(min-width:0)and (max-width:35.9375em) {
	body .region-bottom {
		display: flex;
		grid-row-gap: 10px;
		flex-flow: row wrap
	}
}

@media(min-width:60em) {
	.region-bottom {
		padding: 25px 68px
	}
}

.contextual-region .contextual .trigger {
	overflow: visible
}

.contextual-region .contextual .trigger:after {
	content: "?";
	font-size: 10px;
	color: #000;
	width: -moz-max-content;
	width: max-content;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	position: absolute;
	top: 0;
	right: 25px;
	text-indent: 0
}

.contextual-region .contextual-region .contextual {
	zoom: 1
}

.contextual-region .contextual-region .contextual-region .contextual {
	zoom: .9
}

.contextual-region .contextual-region .contextual-region .contextual-region .contextual {
	zoom: .8
}

.contextual-region .contextual-region .contextual-region .contextual-region .contextual-region .contextual {
	zoom: .7
}

.contextual-region .contextual-region .contextual-region .contextual-region .contextual-region .contextual-region .contextual {
	zoom: .65
}

@media(min-width:48em) {
	.menu--top .contextual {
		right: -30px
	}
}

.block-search {
	display: flex;
	align-items: center;
	margin-left: auto
}

.block-search .form-item {
	margin: 0
}

.block-search label {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal
}

.block-search input.form-autocomplete {
	background-image: url(../images/Search.svg);
	background-position: right 7px center;
	background-repeat: no-repeat;
	width: 100%
}

.block-search input.form-autocomplete.ui-autocomplete-loading {
	background-image: url(../images/dots.svg);
	background-size: 22px;
	background-position: right 7px center
}

.block-search .form-actions {
	display: none
}

.search-page-form-block input.form-autocomplete {
	background-image: url(../images/Search.svg);
	background-position: right 7px center;
	background-repeat: no-repeat;
	width: 100%
}

.search-page-form-block input.form-autocomplete.ui-autocomplete-loading {
	background-image: url(../images/dots.svg);
	background-size: 22px;
	background-position: right 7px center
}

@media(min-width:0)and (max-width:59.9375em) {
	.block-search {
		max-width: 36px
	}

	.block-search:focus-within {
		position: absolute;
		left: 15px;
		right: 15px;
		width: calc(100% - 30px);
		max-width: unset;
		z-index: 1
	}

	.block-search input.form-autocomplete {
		border-width: 0;
		color: rgba(0, 0, 0, 0)
	}

	.block-search input.form-autocomplete::-moz-placeholder {
		opacity: 0
	}

	.block-search input.form-autocomplete::placeholder {
		opacity: 0
	}

	.block-search input.form-autocomplete:focus {
		border-width: 1px;
		color: initial
	}

	.block-search input.form-autocomplete:focus::-moz-placeholder {
		opacity: initial
	}

	.block-search input.form-autocomplete:focus::placeholder {
		opacity: initial
	}
}

@media(min-width:60em) {
	.block-search {
		height: 44px;
		max-width: 300px
	}

	.block-search:not(:last-of-type) {
		margin-right: 15px;
		padding-right: 15px;
		border-right: 1px solid #e0e0e0
	}
}

@media(min-width:71.25em) {
	.block-search {
		max-width: 335px;
		height: 60px
	}

	.block-search:not(:last-of-type) {
		margin-right: 20px;
		padding-right: 20px
	}
}

.search-api-autocomplete-suggestion {
	height: 100%
}

.block-breadcrumb {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 8px;
	margin-bottom: 16px
}

.block-breadcrumb::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.block-breadcrumb {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

nav.breadcrumb ol {
	display: flex;
	flex-flow: row nowrap;
	font-size: 1.6rem;
	justify-items: flex-start;
	line-height: 1.5
}

nav.breadcrumb ol li {
	color: #004c69;
	display: inline-flex
}

nav.breadcrumb ol li:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 100%;
	background-image: url(../images/Chevron_right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 16px;
	margin-right: 16px
}

nav.breadcrumb ol li:last-child:after {
	display: none
}

nav.breadcrumb ol li a {
	display: inline-block;
	vertical-align: top
}

@media(min-width:0)and (max-width:47.9375em) {
	.block-breadcrumb .breadcrumb {
		overflow: hidden;
		white-space: nowrap
	}

	.block-breadcrumb .breadcrumb li {
		display: none
	}

	.block-breadcrumb .breadcrumb li:first-child {
		display: inline-flex
	}

	.block-breadcrumb .breadcrumb li:nth-last-child(2) {
		display: inline-flex
	}

	.block-breadcrumb .breadcrumb li:nth-last-child(2):after {
		display: none
	}
}

@media(min-width:48em) {
	.block-breadcrumb {
		margin-top: 32px
	}

	nav.breadcrumb ol {
		font-size: 1.6rem
	}
}

.block-partnerportaal,
.block-mijn-fluvius {
	display: flex;
	align-items: center
}

.block-partnerportaal.hidden,
.block-mijn-fluvius.hidden {
	display: none
}

.block-partnerportaal a,
.block-mijn-fluvius a {
	text-decoration: none;
	display: flex;
	align-items: center
}

.block-partnerportaal .icon,
.block-mijn-fluvius .icon {
	font-family: "fluvius-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	color: #004c69;
	font-size: 30px;
	margin-right: 15px;
	cursor: pointer
}

.block-partnerportaal label,
.block-mijn-fluvius label {
	display: inline;
	margin: 0;
	font-size: 1.8rem;
	cursor: pointer
}

@media(min-width:0)and (max-width:59.9375em) {
	.block-mijn-fluvius .icon {
		font-size: 25px;
		margin-right: 0
	}

	.block-mijn-fluvius label {
		display: none
	}
}

@media(min-width:60em) {
	.block-mijn-fluvius {
		height: 60px
	}

	.block-mijn-fluvius a .icon {
		font-size: 27px;
		margin-right: 15px
	}

	.block-mijn-fluvius:not(:last-of-type):after {
		content: "";
		background-color: #b2d235;
		border-radius: 54% 46% 54% 46%/53% 47% 53% 47%;
		display: inline-block;
		height: 6px;
		width: 6px;
		margin-left: 15px;
		margin-right: 15px
	}
}

@media(min-width:71.25em) {
	.block-mijn-fluvius a .icon {
		font-size: 30px;
		margin-right: 16px
	}
}

.block-client-login {
	display: flex;
	align-items: center;
	align-self: stretch;
	position: static
}

.block-client-login.hidden {
	display: none
}

.block-client-login .fluvius-client-login-container {
	color: #004c69;
	position: relative;
	display: flex;
	align-items: center;
	align-self: stretch;
	text-decoration: none
}

.block-client-login .fluvius-client-login-container:link {
	text-decoration: none
}

.block-client-login .fluvius-client-login-container .icon {
	font-family: "fluvius-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 30px;
	margin-right: 15px;
	cursor: pointer
}

.block-client-login .fluvius-client-login-container label {
	cursor: pointer;
	position: relative
}

.block-client-login .client-menu {
	display: none
}

.client-menu-open .block-client-login .client-menu {
	display: block;
	background-color: #fff;
	color: #004c69;
	position: absolute;
	top: 64px;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 4;
	padding: 24px 24px 32px 24px
}

.client-menu-open .block-client-login .client-menu:before {
	content: "";
	display: block;
	height: 8px;
	width: 100%;
	background-color: #b2d235;
	border-radius: 4px;
	top: -4px;
	left: 0;
	z-index: 5;
	position: absolute
}

.block-client-login .fluvius-client-profile-name {
	font-size: 2rem;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 1
}

.block-client-login .fluvius-client-profile-name .icon {
	font-family: "fluvius-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2rem;
	margin-right: 11px;
	color: #004c69;
	vertical-align: bottom
}

.block-client-login .fluvius-client-logout-link {
	margin-top: 20px;
	cursor: pointer
}

.block-client-login .fluvius-client-logout-link .material-icons {
	font-size: 1.6rem;
	margin-right: 11px
}

body:not(.client-logged-in) .client-login-hide-logged-out {
	display: none
}

body.client-logged-in .client-login-hide-logged-in {
	display: none
}

.js-fluvius-client-login-link {
	cursor: pointer
}

@media(min-width:0)and (max-width:59.9375em) {
	.block-client-login .fluvius-client-login-container .icon {
		font-size: 25px;
		margin-right: 0
	}

	.block-client-login .fluvius-client-login-container label {
		position: absolute !important;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		width: 1px;
		height: 1px;
		word-wrap: normal
	}

	.client-menu-open .block-client-login .fluvius-client-login-container .icon {
		color: #b2d235
	}

	.client-menu-open .block-client-login .client-menu {
		position: absolute;
		background-color: #fff;
		max-width: unset;
		padding: 0;
		width: 100%;
		box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
	}

	.client-menu-open .block-client-login .client-menu:before {
		display: none
	}

	.client-menu-open .block-client-login .client-menu li {
		font-size: 1.6rem
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-header {
		display: flex;
		align-items: center;
		justify-content: left;
		padding: 16px 15px;
		background-color: #004c69;
		color: #fff;
		line-height: 1
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-header .icon {
		font-family: "fluvius-icons" !important;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		font-size: 1.6rem;
		line-height: 1;
		speak: none;
		letter-spacing: 0;
		-ms-font-feature-settings: "liga" 1;
		font-feature-settings: "liga";
		font-variant-ligatures: discretionary-ligatures;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-size: 2.4rem;
		margin-right: 8px;
		color: #fff
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-item>a {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		text-decoration: none;
		padding: 16px 15px;
		border-bottom: 1px solid #e0e0e0
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-item>a:after {
		content: "open_in_new";
		display: inline-block;
		margin-left: 8px;
		margin-right: 16px;
		font-family: "Material Icons Outlined";
		font-size: 2.4rem;
		vertical-align: bottom
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-profile-name {
		font-size: 1.8rem;
		font-weight: 400;
		margin-bottom: 0;
		background: #fff;
		color: #004c69
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-profile-name .icon {
		font-size: 3rem;
		margin-right: 16px;
		color: #004c69;
		vertical-align: middle
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-logout-link {
		font-size: 1.8rem;
		margin-top: 60px;
		border-top: 1px solid #e0e0e0;
		border-bottom: none;
		background-color: #fff
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-logout-link .material-icons {
		font-size: 2rem;
		vertical-align: text-bottom
	}
}

@media(min-width:60em) {
	.block-client-login:not(:last-of-type):after {
		content: "";
		background-color: #b2d235;
		border-radius: 54% 46% 54% 46%/53% 47% 53% 47%;
		display: inline-block;
		height: 6px;
		width: 6px;
		margin-left: 15px;
		margin-right: 15px
	}

	.block-client-login .fluvius-client-login-container {
		position: relative;
		text-decoration: none;
		color: #004c69
	}

	.block-client-login .fluvius-client-login-container .icon {
		font-size: 27px;
		margin-right: 12px
	}

	.block-client-login .fluvius-client-login-container label {
		max-width: 220px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		display: inline;
		margin: 0;
		font-size: 1.8rem
	}

	.block-client-login .fluvius-client-login-container:active {
		color: #003c56
	}

	.block-client-login .fluvius-client-login-container:hover {
		color: #337087
	}

	.block-client-login .fluvius-client-login-container:focus-visible {
		outline: 3px solid #f59c00;
		border-radius: 4px
	}

	.block-client-login .fluvius-client-login-container:hover:after,
	.block-client-login .fluvius-client-login-container:active:after,
	.block-client-login .fluvius-client-login-container:focus-within:after {
		content: "";
		display: block;
		height: 8px;
		width: 100%;
		background-color: #b2d235;
		border-radius: 4px;
		bottom: -4px;
		z-index: 5;
		position: absolute
	}

	.client-menu-open .block-client-login .fluvius-client-login-container:after {
		display: none
	}

	.block-client-login.has-menu .fluvius-client-login-container {
		background: url(../images/Expand_more.svg) no-repeat right center;
		padding-right: 30px
	}

	.client-menu-open .block-client-login.has-menu .fluvius-client-login-container {
		background: url(../images/Expand_less.svg) no-repeat right center
	}

	.client-menu-open .block-client-login .client-menu {
		position: absolute;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 12px;
		border-bottom-right-radius: 12px;
		box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
		top: 63px;
		left: unset;
		width: 384px;
		padding: 20px 0;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1490196078)
	}

	.client-menu-open .block-client-login .client-menu li {
		margin: 0
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-header {
		display: none
	}

	.client-menu-open .block-client-login .client-menu li a {
		display: block;
		height: 100%;
		padding: 12px 20px;
		text-decoration: none;
		font-size: 18px;
		line-height: 1.25;
		position: relative
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-item a {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: left;
		gap: 10px
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-item a:before {
		content: "open_in_new";
		display: inline-block;
		font-family: "Material Icons Outlined";
		line-height: 1;
		font-size: 2.4rem
	}

	.client-menu-open .block-client-login .client-menu li.client-menu-item a:hover {
		color: #004c69;
		background-color: #e6edf0
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-profile-name {
		font-size: 1.8rem;
		margin-bottom: 18px
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-profile-name .icon {
		font-size: 1.8rem;
		margin-right: 8px;
		color: #004c69
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-logout-link {
		margin-top: 22px;
		margin-bottom: 0
	}

	.client-menu-open .block-client-login .client-menu .fluvius-client-logout-link .material-icons {
		font-size: 1.6rem;
		margin-right: 8px;
		vertical-align: -10%
	}
}

@media(min-width:71.25em) {
	.client-menu-open .block-client-login .client-menu {
		top: 85px
	}
}

@media(min-width:104.875em) {
	.client-menu-open .block-client-login .client-menu {
		top: 108px
	}
}

@media print {
	.block-client-login {
		display: none
	}
}

.site-branding {
	height: 64px;
	display: inline-flex;
	align-items: center
}

.site-branding__logo {
	display: block;
	height: 3.8rem
}

.site-branding__logo img {
	max-height: 100%;
	max-width: 100%
}

.subsite-name {
	display: none;
	text-transform: uppercase;
	font-size: 1rem;
	margin-left: 22px;
	padding-left: 16px;
	margin-top: 6px;
	position: absolute;
	top: 38px
}

.subsite-name a {
	text-decoration: none
}

@media(min-width:36em) {
	.subsite-name {
		display: block;
		position: relative;
		top: unset;
		text-transform: uppercase;
		font-size: 1.8rem;
		border-left: 1px solid #ccdbe1;
		margin-left: 22px;
		padding-left: 16px;
		margin-top: 6px
	}

	.subsite-name a {
		text-decoration: none
	}
}

@media(min-width:60em) {
	.site-branding {
		height: 63px
	}

	.site-branding__logo {
		height: 3rem
	}

	.subsite-name {
		font-size: 1.8rem
	}
}

@media(min-width:71.25em) {
	.site-branding {
		height: 85px
	}

	.site-branding__logo {
		height: 5rem
	}

	.subsite-name {
		font-size: 2.2rem
	}
}

@media(min-width:104.875em) {
	.site-branding {
		height: 108px
	}

	.site-branding__logo {
		height: 5.5rem
	}

	.subsite-name {
		margin-top: 6px
	}
}

.block-language-switcher {
	margin-left: auto;
	padding: 9px
}

.block-language-switcher ul.links {
	font-size: 1.6rem
}

.block-language-switcher ul.links li {
	display: inline-block;
	border-left: 1px solid #004c69;
	padding-left: 7px;
	margin-left: 7px
}

.block-language-switcher ul.links li:first-child {
	border-left: none
}

.block-language-switcher ul.links li.is-active {
	font-weight: bold
}

.block-language-switcher ul.links li a {
	text-decoration: none
}

@media(min-width:0)and (max-width:59.9375em) {
	.region-top .block-language-switcher {
		display: none
	}

	.block-language-switcher ul.links li {
		border-left-color: #fff
	}

	.block-language-switcher ul.links li a {
		color: #fff
	}
}

.connectivity-form {
	margin-bottom: 30px
}

.connectivity-form .form-item {
	width: 100%
}

.connectivity-form .form-item input,
.connectivity-form .form-item select,
.connectivity-form .form-item .select2-container {
	width: 100%
}

.connectivity-result {
	margin-top: 20px;
	margin-bottom: 20px
}

.connectivity-date,
.connectivity-version {
	color: #e0e0e0
}

.voltage-connectivity-results__container {
	background-color: #e7f1fa;
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 40px
}

.voltage-connectivity-results__container .result-message {
	margin-top: 24px
}

.voltage-connectivity-results__table,
.voltage-connectivity-results__intro {
	margin-bottom: 16px
}

.voltage-connectivity-results__disclaimer {
	color: #646464
}

@media(min-width:48em) {
	.connectivity-form .form-item {
		max-width: 700px
	}

	.voltage-connectivity-results__table,
	.voltage-connectivity-results__intro {
		margin-bottom: 24px
	}

	.voltage-connectivity-results__container {
		padding: 24px
	}
}

@media(min-width:60em) {
	.connectivity-form {
		margin-bottom: 30px
	}

	.connectivity-result {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-right: 120px
	}
}

@media(min-width:71.25em) {
	.connectivity-result {
		padding-right: 180px;
		margin-top: 40px;
		margin-bottom: 40px
	}
}

ul.volmacht-results {
	margin-top: 30px
}

ul.volmacht-result {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden
}

ul.volmacht-result li {
	border-bottom: 1px solid #e0e0e0;
	padding: 14px
}

ul.volmacht-result li:nth-child(odd) {
	background-color: #f0f4f6
}

ul.volmacht-result li.volmacht-result__name {
	background-color: #004c69;
	font-weight: bold
}

ul.volmacht-result li.volmacht-result__name label {
	color: #fff
}

ul.volmacht-result li label {
	font-weight: bold
}

.mig6-impact-checker .messages__wrapper {
	margin-bottom: 30px
}

.mig6-impact-checker label+.error {
	color: #9d234b
}

.mig6-impact-checker .lookup-result {
	margin-top: 20px;
	margin-bottom: 20px
}

@media(min-width:60em) {
	.mig6-impact-checker .lookup-result {
		margin-top: 40px;
		margin-bottom: 40px;
		padding-right: 120px
	}
}

@media(min-width:71.25em) {
	.mig6-impact-checker .lookup-result {
		margin-top: 40px;
		margin-bottom: 40px;
		padding-right: 180px
	}
}

#block-publicatietool .publication-form__header {
	font-size: 2.2rem
}

#block-publicatietool .publication-form-item {
	border-bottom: 1px solid #e7f1fa
}

#block-publicatietool .publication-form-item .publication__link {
	margin-top: 10px
}

#block-publicatietool .publication-form-item .publication__link a {
	width: 100%;
	text-align: center;
	white-space: nowrap
}

#block-publicatietool .publication-form-item .publication__description {
	font-size: 1.6rem
}

#block-publicatietool .publication-form-item .publication-form-item-unavailable__text {
	border-radius: 4px;
	border: 1px solid #b1b1b1;
	background-color: #e0e0e0;
	color: #646464;
	padding: 10px 8px
}

#block-publicatietool .publication-form-item>.form-item:last-child {
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: flex-end
}

#block-publicatietool .publication-form-item>.form-item:last-child .form-item--error-message {
	width: 100%
}

#block-publicatietool .publication-form-item .publication-form-item__delete-button {
	margin-left: 24px;
	cursor: pointer;
	align-self: flex-start;
	color: #004c69
}

#block-publicatietool .publication-form-item .publication-form-item__delete-button[disabled=disabled] {
	color: #646464;
	cursor: default
}

#block-publicatietool .publication-form-item .publication-form-item__delete-button:focus-visible {
	outline: 3px solid #f59c00;
	border-radius: 4px
}

#block-publicatietool fieldset legend {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 10px
}

#block-publicatietool .publication-form__description {
	margin-top: 40px
}

@media(min-width:0)and (max-width:47.9375em) {
	#block-publicatietool .publication-form__publications {
		margin-bottom: 24px
	}

	#block-publicatietool .publication-form__header {
		display: none
	}

	#block-publicatietool .publication-form-item {
		display: flex;
		flex-flow: column;
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	#block-publicatietool .publication-form-item .publication__image {
		order: 4;
		margin-bottom: 12px
	}

	#block-publicatietool .publication-form-item .publication__image img {
		display: none
	}

	#block-publicatietool .publication-form-item>.form-item {
		order: 5
	}

	#block-publicatietool .publication-form-item>.form-item:last-child {
		display: flex;
		flex-flow: row wrap
	}

	#block-publicatietool .publication-form-item>.form-item:last-child label {
		position: static !important;
		width: 100%;
		height: auto
	}

	#block-publicatietool .publication-form-item>.form-item:last-child .form-item--error-message {
		width: 100%
	}

	#block-publicatietool .publication-form-item>.form-item:last-child input,
	#block-publicatietool .publication-form-item>.form-item:last-child .publication-form-item-unavailable__text {
		width: calc(100% - 65px)
	}

	#block-publicatietool .publication-form-item .publication-form-item__delete-button {
		margin-left: 24px;
		font-size: 3.8rem
	}

	#block-publicatietool input,
	#block-publicatietool select {
		width: 100%
	}

	#block-publicatietool .form-item-personal-data-municipality-container-municipality {
		flex-grow: 2
	}

	#block-publicatietool .form-item-personal-data-nr-bus-container-number,
	#block-publicatietool .form-item-personal-data-nr-bus-container-bus {
		width: 50%;
		flex-grow: 1
	}
}

@media(min-width:48em) {
	#block-publicatietool .publication-form__publications {
		margin-bottom: 40px
	}

	#block-publicatietool .publication-form__header {
		display: flex;
		flex-flow: row nowrap;
		border-bottom: 1px solid #7fa5b4;
		font-weight: 700;
		font-size: 1.8rem;
		color: #004c69
	}

	#block-publicatietool .publication-form__header>:last-child {
		margin-left: auto;
		padding: 5px;
		flex-shrink: 0;
		flex-grow: 0;
		width: 224px
	}

	#block-publicatietool .publication-form-item {
		padding: 30px 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		justify-items: center;
		-moz-column-gap: 26px;
		column-gap: 26px
	}

	#block-publicatietool .publication-form-item .publication__image>a>div:not(.publication__link),
	#block-publicatietool .publication-form-item .publication__image>div:not(.publication__link) {
		width: 130px;
		flex-shrink: 0;
		flex-grow: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff
	}

	#block-publicatietool .publication-form-item .publication__image>a>div img,
	#block-publicatietool .publication-form-item .publication__image>div img {
		width: auto;
		max-height: 210px;
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	#block-publicatietool .publication-form-item .publication__link {
		margin-top: 10px
	}

	#block-publicatietool .publication-form-item .publication__title_description {
		flex-shrink: 1;
		flex-grow: 1
	}

	#block-publicatietool .publication-form-item .publication__description {
		font-size: 1.6rem
	}

	#block-publicatietool .publication-form-item>.form-item:last-child {
		margin-left: auto;
		padding: 5px;
		display: flex;
		flex-shrink: 0;
		flex-grow: 0;
		width: 224px
	}

	#block-publicatietool .publication-form-item>.form-item:last-child input,
	#block-publicatietool .publication-form-item>.form-item:last-child .publication-form-item-unavailable__text {
		width: calc(100% - 65px)
	}

	#block-publicatietool .publication-form-item>.form-item:last-child input[disabled=disabled],
	#block-publicatietool .publication-form-item>.form-item:last-child .publication-form-item-unavailable__text[disabled=disabled] {
		padding: 2px;
		font-size: 16px
	}

	#block-publicatietool .publication-form-item .publication-form-item__delete-button {
		margin-left: 24px;
		font-size: 4rem
	}

	#block-publicatietool fieldset legend {
		font-weight: bold;
		font-size: 2rem;
		margin-bottom: 10px
	}

	#block-publicatietool .publication-form__description {
		margin-top: 40px
	}

	#block-publicatietool input:not([type=submit]),
	#block-publicatietool select {
		width: 497px
	}

	#block-publicatietool input[name=personal_data\[municipality_container\]\[zip\]] {
		width: 122px
	}

	#block-publicatietool input[name=personal_data\[municipality_container\]\[municipality\]] {
		width: 355px
	}

	#block-publicatietool input[name=personal_data\[nr_bus_container\]\[bus\]],
	#block-publicatietool input[name=personal_data\[nr_bus_container\]\[number\]] {
		width: 239px
	}
}

@media(min-width:60em) {
	#block-publicatietool .publication-form__header {
		font-size: 1.9rem
	}
}

@media(min-width:104.875em) {
	#block-publicatietool .publication-form__header {
		font-size: 2rem
	}
}

.calcite-mode-light {
	--calcite-sans-family: Roboto, "Segoe UI", Tahoma, sans-serif;
	--calcite-ui-background: #004c69;
	--calcite-ui-foreground-1: #004c69;
	--calcite-ui-foreground-2: #005373;
	--calcite-ui-foreground-3: #005778;
	--calcite-ui-border-1: #004c69;
	--calcite-ui-border-2: #004c69;
	--calcite-ui-border-3: #004c69;
	--calcite-ui-text-1: #fff;
	--calcite-ui-text-2: #fff;
	--calcite-ui-text-3: #fff;
	--calcite-font-size--3: 1.2rem;
	--calcite-font-size--2: 1.2rem;
	--calcite-font-size--1: 1.4rem;
	--calcite-font-size-0: 1.6rem;
	--calcite-font-size-1: 1.8rem;
	--calcite-font-size-2: 2rem;
	--calcite-font-size-3: 2.2rem;
	--calcite-font-size-4: 2.4rem;
	--calcite-font-size-5: 2.6rem;
	--calcite-font-size-6: 2.8rem;
	--calcite-font-size-7: 3.2rem;
	--calcite-font-size-8: 3.6rem
}

.fluv-maps {
	width: 100%;
	height: 660px;
	max-height: 70vh;
	display: block;
	margin-bottom: .4rem;
	border: .1rem solid #b1b1b1;
	margin-bottom: 28px
}

.fluv-maps .esri-feature-content p {
	font-size: 1.6rem
}

.fluv-maps .esri-view {
	height: 100%;
	width: 100%
}

.fluv-maps .esri-view .esri-view-surface--touch-none::after {
	content: none !important
}

.fluv-maps .esri-ui-inner-container.esri-ui-corner-container {
	inset: 1.5rem 1.5rem 4rem !important
}

.fluv-maps .esri-widget__anchor {
	color: #fff
}

.fluv-maps [class^=esri-icon-],
.fluv-maps [class*=\ esri-icon-],
.fluv-maps .esri-building-phase-picker__arrow-left,
.fluv-maps .esri-building-phase-picker__arrow-right,
.fluv-maps .esri-building-level-picker__arrow-up,
.fluv-maps .esri-building-level-picker__arrow-down {
	height: 1em;
	width: 1em;
	font-family: "Material Icons Outlined" !important;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	color: #004c69
}

.fluv-maps .esri-ui-corner .esri-zoom {
	margin: 0;
	background: #fff;
	border: .1rem solid #b1b1b1;
	border-radius: .4rem;
	box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .2)
}

.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button {
	background: rgba(0, 0, 0, 0);
	transition: .6s background
}

.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button:hover,
.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button:focus-visible {
	background: #e6edf0
}

.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button:active {
	background: #d9e4e9
}

.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button:last-child {
	position: relative;
	border: none
}

.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button:last-child::before {
	content: "";
	top: -0.05rem;
	left: .5rem;
	right: .5rem;
	height: .1rem;
	position: absolute;
	background: #e0e0e0
}

.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button .esri-icon-plus::before {
	content: "add"
}

.fluv-maps .esri-ui-corner .esri-zoom .esri-widget--button .esri-icon-minus::before {
	content: "remove"
}

.fluv-maps .esri-ui-corner .esri-search {
	width: 36rem;
	max-width: 100%;
	min-height: 3.8rem;
	background: #fff;
	border: .1rem solid #b1b1b1;
	border-radius: .4rem;
	font-size: 1.6rem;
	color: #646464;
	box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .2);
	transition: border .3s
}

.fluv-maps .esri-ui-corner .esri-search:hover,
.fluv-maps .esri-ui-corner .esri-search:focus-within {
	border-color: #004c69
}

.fluv-maps .esri-ui-corner .esri-search .esri-widget__loader {
	width: 100%;
	min-height: 3.8rem;
	padding: 0 1rem;
	justify-content: flex-start
}

.fluv-maps .esri-ui-corner .esri-search .esri-widget__loader .esri-widget__loader-animation {
	height: 18px;
	width: 18px;
	border: none;
	font-family: "Material Icons Outlined" !important;
	font-size: 1.8rem;
	line-height: 1;
	color: #004c69
}

.fluv-maps .esri-ui-corner .esri-search .esri-widget__loader .esri-widget__loader-animation .esri-widget__loader-animation::before {
	content: "autorenew"
}

.fluv-maps .esri-ui-corner .esri-search .esri-input {
	margin: 0;
	padding: .9rem 0 .9rem 1rem;
	min-height: 3.8rem;
	width: 100%;
	display: block;
	background: none !important;
	border: none !important;
	font: inherit;
	line-height: inherit;
	color: inherit
}

.fluv-maps .esri-ui-corner .esri-search .esri-search__submit-button {
	width: 3.2rem;
	height: 3.2rem;
	margin: 0 .4rem;
	display: flex;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 50%;
	color: #004c69;
	align-self: center;
	transition: .6s background
}

.fluv-maps .esri-ui-corner .esri-search .esri-search__submit-button:hover,
.fluv-maps .esri-ui-corner .esri-search .esri-search__submit-button:focus-visible {
	background: #e6edf0
}

.fluv-maps .esri-ui-corner .esri-search .esri-search__submit-button:active {
	background: #d9e4e9
}

.fluv-maps .esri-ui-corner .esri-search .esri-icon-search {
	font-size: 2.4rem
}

.fluv-maps .esri-ui-corner .esri-search .esri-icon-search::before {
	content: "search"
}

.fluv-maps .esri-ui-corner .esri-search .esri-search__clear-button {
	display: none
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu {
	margin: .5rem -0.1rem 0;
	width: calc(100% + .2rem);
	border: .1rem solid #004c69;
	border-radius: .4rem;
	box-shadow: none;
	font-size: 1.6rem
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu ul li {
	padding: 1rem 1.6rem;
	border: none;
	line-height: 2rem;
	color: #646464
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu ul li:hover,
.fluv-maps .esri-ui-corner .esri-search .esri-menu ul li:focus-visible {
	background: #f9f9f9
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu ul li:active {
	background: #e7f1fa
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu .esri-icon-locate-circled {
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: middle
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu .esri-icon-locate-circled::before {
	content: "share_location";
	font-family: "Material Icons Outlined"
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu .esri-search__warning-body {
	background: #f9f9f9;
	border: none;
	padding: 1rem 1.6rem;
	line-height: 2rem;
	color: #9d234b
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu .esri-search__warning-body .esri-icon-notice-triangle {
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: middle
}

.fluv-maps .esri-ui-corner .esri-search .esri-menu .esri-search__warning-body .esri-icon-notice-triangle::before {
	content: "error_outline";
	font-family: "Material Icons Outlined";
	color: #9d234b
}

.fluv-maps .esri-attribution {
	padding: 1rem
}

.fluv-maps .esri-popup .esri-widget {
	font-family: "Roboto", sans-serif;
	background-color: #004c69;
	color: #fff
}

.fluv-maps .esri-popup .esri-popup__pointer-direction {
	background-color: #004c69
}

.fluv-maps .esri-popup .esri-popup__header-container--button,
.fluv-maps .esri-popup .esri-popup__button--dock {
	display: none
}

.fluv-maps .esri-popup .esri-features__content-feature calcite-action-bar {
	display: none
}

.fluv-maps .esri-popup .esri-widget__heading {
	font-family: "Roboto", sans-serif;
	color: #fff;
	padding-left: 1.2rem
}

.fluv-maps .esri-popup .esri-features__container {
	padding: 0 2rem 1.2rem 2rem
}

.fluv-maps .esri-popup .esri-feature-content .pill {
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: 8px;
	border-radius: 4px;
	padding: 4px
}

.fluv-maps .esri-popup .esri-feature-content .pill--green {
	background-color: #8aa424
}

.fluv-maps .esri-popup .esri-feature-content .pill--hidden {
	display: none
}

.fluv-maps .esri-popup .esri-feature-content .warmtenetten-popup__link {
	float: right;
	font-weight: bold;
	padding-right: 15px;
	color: #fff
}

.fluv-maps .esri-popup .esri-popup__footer {
	order: 999
}

.fluv-maps .esri-popup .esri-widget__anchor {
	color: #fff
}

.fluv-maps .esri-popup .esri-widget__anchor:hover,
.fluv-maps .esri-popup .esri-widget__anchor:focus-visible {
	color: #fff
}

.warmtenetten-results-teasers {
	display: grid;
	grid-gap: 28px;
	padding-bottom: 12px
}

.warmtenetten-results-teasers .warmtenetten-result-teaser {
	overflow: hidden;
	border-radius: 8px
}

.warmtenetten-results-teasers .warmtenetten-result-teaser img {
	aspect-ratio: 2/1;
	width: 100%;
	height: auto
}

.warmtenetten-legenda {
	background-color: #fff;
	overflow: hidden;
	display: flex;
	flex-flow: column
}

.warmtenetten-legenda .legenda__header {
	width: 100%;
	background-color: #004c69;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	padding: 8px 20px;
	flex-grow: 0;
	margin-bottom: 12px
}

.warmtenetten-legenda .legenda__items {
	border: 1px solid #ccdbe1;
	flex-grow: 1;
	display: flex;
	flex-flow: row;
	margin-bottom: 48px
}

.warmtenetten-legenda .legenda__item {
	padding: 8px 24px;
	display: flex;
	flex-flow: row;
	gap: 8px;
	width: 50%;
	color: #004c69
}

.warmtenetten-legenda .legenda__item:not(:last-child) {
	border-right: 1px solid #ccdbe1
}

.warmtenetten-legenda .legenda__item .legenda-item__description {
	display: flex;
	align-content: center;
	align-items: center
}

.warmtenetten-legenda .legenda__item .legenda-item__symbol {
	text-align: center
}

.warmtenetten-legenda .legenda__item .legenda-item__symbol img {
	max-width: 28px
}

@media(min-width:48em) {
	.warmtenetten-results-teasers {
		grid-template-columns: 1fr 1fr
	}
}

@media(min-width:71.25em) {
	.warmtenetten-results-teasers {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

@media(min-width:0)and (max-width:47.9375em) {
	.warmtenetten-results-teasers {
		grid-gap: 32px
	}

	.warmtenetten-results-teasers .warmtenetten-result-teaser {
		border: 1px solid #e7f1fa;
		padding-bottom: 16px
	}

	.warmtenetten-results-teasers .warmtenetten-result-teaser>* {
		padding-left: 16px;
		padding-right: 16px
	}

	.warmtenetten-results-teasers .warmtenetten-result-teaser>img {
		padding: 0
	}
}

@media(min-width:36em)and (max-width:47.9375em) {
	.fluv-maps {
		height: 50vw
	}

	.fluv-maps .esri-ui-corner .esri-search {
		width: 28rem
	}

	.warmtenetten-legenda .legenda__header {
		font-size: 1.8rem
	}
}

@media(min-width:0)and (max-width:35.9375em) {
	.fluv-maps {
		height: 65vw
	}

	.fluv-maps .esri-ui-corner .esri-search {
		width: 50rem
	}

	.warmtenetten-legenda .legenda__header {
		font-size: 1.6rem;
		margin-bottom: 0
	}

	.warmtenetten-legenda .legenda__items {
		margin-bottom: 28px;
		flex-flow: column;
		padding: 0 12px
	}

	.warmtenetten-legenda .legenda__items .legenda__item {
		font-size: 1.6rem;
		width: 100%;
		padding: 12px 8px;
		flex-wrap: nowrap;
		border-right: none
	}

	.warmtenetten-legenda .legenda__items .legenda__item:not(:last-child) {
		border-bottom: 1px solid #ccdbe1
	}

	.warmtenetten-legenda .legenda__items .legenda__item>div {
		width: 50%
	}

	.warmtenetten-legenda .legenda__items .legenda__item .legenda-item__symbol {
		text-align: center
	}

	.warmtenetten-legenda .legenda__items .legenda__item .legenda-item__symbol img {
		max-width: 22px
	}
}

.cookie-list {
	margin-bottom: 2.4rem;
	margin-bottom: 0
}

.cookie-list h3.accordion__heading {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: #004c69;
	transition: padding-bottom .5s;
	padding: 12px 64px 12px 24px;
	border: 1px solid #e0e0e0
}

.cookie-list h3.accordion__heading.ui-state-default {
	border-bottom-width: 0
}

.cookie-list h3.accordion__heading.ui-accordion-header-collapsed {
	border-bottom-width: 1px;
	margin-bottom: 12px
}

.cookie-list h3.accordion__heading.ui-accordion-header-active {
	border-bottom: 0
}

.cookie-list h3.accordion__heading.ui-accordion-header-active:after {
	background-image: url(../images/Expand_less.svg)
}

.cookie-list h3.accordion__heading .accordion__icon {
	display: inline-block;
	margin-right: 10px
}

.cookie-list h3.accordion__heading .accordion-section__title {
	display: inline-block
}

.cookie-list h3.accordion__heading:after {
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url(../images/Expand_more.svg);
	background-repeat: no-repeat;
	background-position: right;
	right: 24px;
	top: 0;
	width: 24px;
	height: 100%
}

.cookie-list .accordion__collapse {
	border: 1px solid #e0e0e0;
	margin-bottom: 12px;
	border-top: 0;
	padding: 0 24px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6
}

.cookie-list .accordion__collapse:not(.ui-accordion-content-active) {
	display: none
}

@media(min-width:48em) {
	.cookie-list h3.accordion__heading {
		font-size: 2rem
	}

	.cookie-list .accordion__collapse {
		font-size: 1.8rem;
		padding: 0 24px
	}
}

#block-werkenvanfluviuslijst .fluvius-werken-lijst__form {
	display: flex;
	flex-flow: column;
	gap: 8px;
	margin-bottom: 40px
}

#block-werkenvanfluviuslijst .fluvius-werken-lijst__form .form-item {
	flex-grow: 1;
	margin-bottom: 0
}

#block-werkenvanfluviuslijst .fluvius-werken-lijst__form .form-item input {
	width: 100%
}

#block-werkenvanfluviuslijst .work-sites__or {
	display: flex;
	flex-flow: row;
	align-items: center;
	color: #7fa5b4;
	gap: 16px
}

#block-werkenvanfluviuslijst .work-sites__line_1,
#block-werkenvanfluviuslijst .work-sites__line_2 {
	width: 100%;
	height: 1px;
	background-color: #7fa5b4
}

#block-werkenvanfluviuslijst .work-sites__or-text {
	text-transform: uppercase
}

@media(min-width:48em) {
	#block-werkenvanfluviuslijst .fluvius-werken-lijst__form {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 40px;
		margin-bottom: 64px
	}

	#block-werkenvanfluviuslijst .fluvius-werken-lijst__form .form-item {
		flex-grow: 1
	}

	#block-werkenvanfluviuslijst .fluvius-werken-lijst__form .form-item input {
		width: 100%
	}

	#block-werkenvanfluviuslijst .work-sites__or {
		min-height: 100px;
		display: flex;
		flex-flow: column;
		align-items: center;
		color: #7fa5b4;
		gap: 16px
	}

	#block-werkenvanfluviuslijst .work-sites__line_1,
	#block-werkenvanfluviuslijst .work-sites__line_2 {
		height: 100%;
		width: 1px;
		flex-grow: 1;
		background-color: #7fa5b4
	}
}

[data-drupal-selector=benovatie-coaches-find-form] select,
[data-drupal-selector=fluvius-energy-scanning-energy-scanning-companies-lookup] select {
	width: 100%
}

.form-select-button-container input[type=submit],
.form-select-button-container button {
	width: 100%
}

@media(min-width:36em) {

	[data-drupal-selector=benovatie-coaches-find-form] select,
	[data-drupal-selector=fluvius-energy-scanning-energy-scanning-companies-lookup] select {
		width: 335px
	}

	[data-drupal-selector=benovatie-coaches-find-form] .select2-container,
	[data-drupal-selector=fluvius-energy-scanning-energy-scanning-companies-lookup] .select2-container {
		width: auto;
		min-width: 335px
	}

	.form-select-button-container {
		display: flex;
		flex-flow: column;
		align-items: start;
		gap: 8px
	}

	.form-select-button-container input[type=submit],
	.form-select-button-container button {
		width: unset
	}
}

.hamburger-menu-button {
	display: none
}

@media(min-width:0)and (max-width:59.9375em) {
	.hamburger-menu-button {
		border: none;
		background-color: rgba(0, 0, 0, 0);
		text-align: left;
		display: block;
		height: 30px;
		width: 20px;
		margin-left: 12px;
		padding: 0;
		color: #004c69;
		background-image: url(../images/Menu.svg);
		background-repeat: no-repeat;
		background-size: 20px 20px
	}

	.hamburger-menu-button:after {
		content: "Menu";
		font-size: 8px;
		display: block;
		margin-top: 20px
	}

	.mobile-menu-open .hamburger-menu-button {
		background-image: url(../images/Kruis.svg)
	}

	.hamburger-menu-button:focus-visible {
		outline: 3px solid #f59c00;
		outline-offset: 3px;
		border-radius: 4px
	}
}

nav.menu--top {
	font-size: 1.6rem
}

nav.menu--top>ul {
	display: block
}

nav.menu--top>ul>li {
	display: inline-block
}

nav.menu--top>ul>li>a,
nav.menu--top>ul>li>span {
	display: inline-block;
	white-space: nowrap
}

nav.menu--top>ul>li>ul {
	display: none;
	position: absolute;
	z-index: 4;
	min-width: 200px
}

nav.menu--top>ul>li>ul>li {
	display: block
}

nav.menu--top>ul>li>ul>li>a,
nav.menu--top>ul>li>ul>li>span {
	display: block;
	white-space: nowrap
}

nav.menu--top>ul>li.open>ul:not(.submenu-groups),
nav.menu--top>ul>li.open>ul.submenu-groups>li>ul {
	display: flex;
	flex-flow: column wrap;
	align-items: stretch
}

nav.menu--top>ul>li.open>ul:not(.submenu-groups)>li,
nav.menu--top>ul>li.open>ul.submenu-groups>li>ul>li {
	display: block
}

nav.menu--top>ul>li>a,
nav.menu--top>ul>li>span,
nav.menu--top>ul>li>button {
	color: #004c69;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	padding: 0 4px;
	line-height: 4rem
}

nav.menu--top>ul>li>a:focus-visible,
nav.menu--top>ul>li>span:focus-visible,
nav.menu--top>ul>li>button:focus-visible {
	outline: 3px solid #f59c00;
	border: none;
	border-radius: 6px
}

nav.menu--top>ul>li:not(:first-child) {
	margin-left: 18px
}

nav.menu--top>ul>li:not(:first-child):before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: -12px;
	background-color: #b2d235;
	border-radius: 54% 46% 54% 46%/53% 47% 53% 47%;
	pointer-events: none
}

nav.menu--top>ul>li:not(:first-child)>a,
nav.menu--top>ul>li:not(:first-child)>span,
nav.menu--top>ul>li:not(:first-child)>button {
	margin-left: 8px
}

nav.menu--top>ul>li.menu-item--expanded .open>a,
nav.menu--top>ul>li.menu-item--expanded .open>span,
nav.menu--top>ul>li.menu-item--expanded .open>button {
	background-image: url(../images/Expand_less.svg)
}

nav.menu--top>ul>li.menu-item--expanded>a,
nav.menu--top>ul>li.menu-item--expanded>span,
nav.menu--top>ul>li.menu-item--expanded>button {
	padding-right: 24px;
	background-image: url(../images/Expand_more.svg);
	background-position: right center;
	background-repeat: no-repeat
}

nav.menu--top>ul>li.menu-item--expanded ul {
	position: absolute;
	top: 4.1rem;
	flex-direction: column;
	align-items: flex-start;
	padding: 18px 32px 18px 12px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 5px 10px rgba(0, 76, 105, .2)
}

nav.menu--top>ul>li.menu-item--expanded ul>li>a,
nav.menu--top>ul>li.menu-item--expanded ul>li>span {
	line-height: 3.6rem
}

nav.menu--main:not(.initialized) li {
	opacity: 0
}

nav.menu--main.initialized li {
	transition: opacity .5s ease-in-out;
	opacity: 1
}

nav.menu--main li.hidden {
	display: none
}

nav.menu--main li.submenu-group-actions>h4 {
	margin-top: 0
}

nav.menu--main li.submenu-group-links>h4 {
	margin-top: 0
}

nav.menu--main li.submenu-group-links>h4 a:before {
	content: "Alles over "
}

.language-en nav.menu--main li.submenu-group-links>h4 a:before {
	content: "Everything about "
}

.language-fr nav.menu--main li.submenu-group-links>h4 a:before {
	content: "Tout sur "
}

nav.menu--main .menu--main__more li.submenu-group-links>h4 a:before {
	content: ""
}

.region-primarymenu nav.menu--copyright,
.region-primarymenu .block-language-switcher {
	display: none
}

@media(min-width:0)and (max-width:59.9375em) {
	.region-primarymenu {
		display: none;
		background-color: #004c69;
		color: #fff
	}

	.region-primarymenu nav.menu--main button {
		border: none;
		background-color: rgba(0, 0, 0, 0);
		text-align: left
	}

	.region-primarymenu nav.menu--main a,
	.region-primarymenu nav.menu--main span,
	.region-primarymenu nav.menu--main button {
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		font-size: 1.8rem;
		line-height: 2.2rem
	}

	.region-primarymenu nav.menu--main a:hover,
	.region-primarymenu nav.menu--main a:focus,
	.region-primarymenu nav.menu--main span:hover,
	.region-primarymenu nav.menu--main span:focus,
	.region-primarymenu nav.menu--main button:hover,
	.region-primarymenu nav.menu--main button:focus {
		color: #fff
	}

	.region-primarymenu nav.menu--main a:focus-visible,
	.region-primarymenu nav.menu--main span:focus-visible,
	.region-primarymenu nav.menu--main button:focus-visible {
		outline: 4px solid #f59c00;
		border-radius: 4px
	}

	.region-primarymenu nav.menu--main>ul {
		width: 100%;
		display: flex;
		flex-flow: column nowrap
	}

	.region-primarymenu nav.menu--main>ul>li {
		display: block
	}

	.region-primarymenu nav.menu--main>ul>li>a,
	.region-primarymenu nav.menu--main>ul>li>span {
		display: block;
		white-space: nowrap
	}

	.region-primarymenu nav.menu--main>ul>li>ul {
		display: none
	}

	.region-primarymenu nav.menu--main>ul>li>ul>li>a,
	.region-primarymenu nav.menu--main>ul>li>ul>li>span {
		display: block;
		white-space: nowrap
	}

	.region-primarymenu nav.menu--main>ul>li.open>ul {
		display: block
	}

	.region-primarymenu nav.menu--main>ul>li.open>ul>li {
		display: block
	}

	.region-primarymenu nav.menu--main>ul>li {
		min-height: 2.4rem;
		border-top: 1px solid #fff
	}

	.region-primarymenu nav.menu--main>ul>li:first-of-type {
		border-top: none
	}

	.region-primarymenu nav.menu--main>ul>li.menu-item--active-trail:before {
		content: "";
		background: #b2d235;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		position: absolute;
		width: 4px;
		height: 40px;
		margin-top: 10px
	}

	.region-primarymenu nav.menu--main>ul>li>a,
	.region-primarymenu nav.menu--main>ul>li>span,
	.region-primarymenu nav.menu--main>ul>li>button {
		box-sizing: border-box;
		width: 100%;
		border: none;
		background-color: rgba(0, 0, 0, 0);
		padding: 16px 15px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between
	}

	.region-primarymenu nav.menu--main>ul>li>a:after,
	.region-primarymenu nav.menu--main>ul>li>span:after,
	.region-primarymenu nav.menu--main>ul>li>button:after {
		content: "chevron_right";
		display: inline-block;
		margin-left: 8px;
		font-family: "Material Icons Outlined";
		font-size: 2.4rem;
		vertical-align: bottom
	}

	.region-primarymenu nav.menu--main>ul>li>h4,
	.region-primarymenu nav.menu--main>ul>li ul.submenu-groups>li>h4 {
		font-weight: 700;
		font-size: 2rem;
		line-height: 2.4rem;
		text-transform: uppercase;
		color: #004c69
	}

	.region-primarymenu nav.menu--main>ul>li>h4>a,
	.region-primarymenu nav.menu--main>ul>li ul.submenu-groups>li>h4>a {
		font-size: 2rem;
		line-height: 2.4rem;
		padding: 0;
		text-underline-position: auto
	}

	.region-primarymenu nav.menu--main>ul>li.open>a:after,
	.region-primarymenu nav.menu--main>ul>li.open>span:after,
	.region-primarymenu nav.menu--main>ul>li.open>button:after {
		content: "chevron_left"
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups {
		display: none;
		padding: 0;
		background-color: #fff;
		flex-flow: column nowrap
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-actions {
		background-color: #f0f4f6;
		flex-grow: 1;
		padding: 18px 24px
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-actions a {
		text-decoration: none;
		position: relative
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-actions a:before {
		content: "";
		display: inline-block;
		width: 2rem;
		height: 2rem;
		border-radius: 1rem;
		background-color: #fff;
		background-image: url(../images/Arrow_forward_ios.svg);
		background-size: 1.2rem 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 1rem;
		vertical-align: middle
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-links {
		background-color: #fff;
		flex-basis: auto;
		flex-grow: 3;
		padding: 18px 24px
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-links .submenu-group-links__more {
		margin-top: 10px
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-links .submenu-group-links__more a {
		min-height: 24px;
		vertical-align: middle;
		text-decoration: none;
		font-weight: 500;
		font-size: 1.6rem
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups a,
	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups span {
		color: #004c69;
		text-decoration: none;
		padding: 12px 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
		display: block
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups a:hover,
	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups a:focus,
	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups span:hover,
	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups span:focus {
		color: #337087
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups a.is-active,
	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups span.is-active {
		text-decoration-color: #b2d235;
		text-decoration-thickness: 2px;
		font-weight: bold
	}

	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups a:focus-visible,
	.region-primarymenu nav.menu--main>ul>li>ul.submenu-groups span:focus-visible {
		outline: 4px solid #f59c00;
		border-radius: 4px
	}

	.region-primarymenu nav.menu--main>ul>li.open>ul.submenu-groups {
		display: flex
	}

	.region-primarymenu nav.menu--main>ul.has-open-item>li {
		display: none
	}

	.region-primarymenu nav.menu--main>ul.has-open-item>li.open {
		display: block
	}

	.region-primarymenu nav.menu--main li.menu--main__more {
		display: none
	}

	body.mobile-menu-open .region-primarymenu {
		position: absolute;
		width: 100%;
		display: block
	}

	body.mobile-menu-open .region-primarymenu nav.menu--copyright {
		display: block;
		padding: 40px 12px
	}

	body.mobile-menu-open .region-primarymenu nav.menu--copyright>ul {
		display: flex;
		flex-flow: column nowrap;
		gap: 12px;
		width: 100%
	}

	body.mobile-menu-open .region-primarymenu nav.menu--copyright>ul a,
	body.mobile-menu-open .region-primarymenu nav.menu--copyright>ul span {
		color: #fff;
		text-decoration: none;
		font-size: 1.6rem
	}

	body.mobile-menu-open .region-primarymenu .block-language-switcher {
		text-align: right;
		display: block;
		color: #fff;
		background-color: #004c69;
		padding: 24px 15px;
		border-top: 1px solid #337087
	}
}

@media(min-width:60em) {
	nav.menu--main {
		background-color: #004c69;
		color: #fff;
		height: 5.6rem
	}

	nav.menu--main>ul {
		display: block;
		white-space: nowrap;
		padding: 0 4vw
	}

	nav.menu--main>ul>li {
		display: inline-block
	}

	nav.menu--main>ul>li>a,
	nav.menu--main>ul>li>span {
		display: inline-block;
		white-space: nowrap
	}

	nav.menu--main>ul>li>ul {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 4;
		width: 100%
	}

	nav.menu--main>ul>li>ul>li {
		display: block
	}

	nav.menu--main>ul>li>ul>li>ul {
		display: flex;
		flex-flow: column wrap;
		align-items: stretch;
		min-width: 200px
	}

	nav.menu--main>ul>li>ul>li>ul>li>a,
	nav.menu--main>ul>li>ul>li>ul>li>span {
		display: block;
		white-space: nowrap
	}

	nav.menu--main>ul>li.open>ul {
		display: flex
	}

	nav.menu--main>ul>li {
		border-bottom: none;
		margin-left: 20px
	}

	nav.menu--main>ul>li:first-child {
		margin-left: 0
	}

	nav.menu--main>ul>li>a,
	nav.menu--main>ul>li>span,
	nav.menu--main>ul>li>button {
		border: none;
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
		text-decoration: none;
		padding: 17px 0;
		font-size: 1.8rem;
		line-height: 1.2;
		cursor: pointer
	}

	nav.menu--main>ul>li>a:hover,
	nav.menu--main>ul>li>a:focus,
	nav.menu--main>ul>li>span:hover,
	nav.menu--main>ul>li>span:focus,
	nav.menu--main>ul>li>button:hover,
	nav.menu--main>ul>li>button:focus {
		color: #fff
	}

	nav.menu--main>ul>li>a:focus-visible,
	nav.menu--main>ul>li>span:focus-visible,
	nav.menu--main>ul>li>button:focus-visible {
		outline: 4px solid #f59c00;
		border-radius: 4px
	}

	nav.menu--main>ul>li.menu-item--active-trail>a,
	nav.menu--main>ul>li.menu-item--active-trail button,
	nav.menu--main>ul>li:hover>a,
	nav.menu--main>ul>li:hover button {
		position: relative
	}

	nav.menu--main>ul>li.menu-item--active-trail>a:after,
	nav.menu--main>ul>li.menu-item--active-trail button:after,
	nav.menu--main>ul>li:hover>a:after,
	nav.menu--main>ul>li:hover button:after {
		content: "";
		display: block;
		height: 8px;
		width: 100%;
		background-color: #b2d235;
		border-radius: 4px;
		bottom: -4px;
		z-index: 5;
		position: absolute
	}

	nav.menu--main>ul>li ul.submenu-groups>li>h4,
	nav.menu--main>ul>li.menu--main__more>ul>li:not(.menu-item--expanded) {
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.5;
		text-transform: uppercase;
		color: #004c69;
		margin-bottom: 18px
	}

	nav.menu--main>ul>li ul.submenu-groups>li>h4>a,
	nav.menu--main>ul>li.menu--main__more>ul>li:not(.menu-item--expanded)>a {
		font-size: 1.8rem;
		line-height: 1.5
	}

	nav.menu--main>ul>li.menu-item--expanded>a,
	nav.menu--main>ul>li.menu-item--expanded>span,
	nav.menu--main>ul>li.menu-item--expanded>button {
		padding-right: 28px;
		background-image: url(../images/Expand_more_white.svg);
		background-repeat: no-repeat;
		background-position: right center
	}

	nav.menu--main>ul>li.menu-item--expanded.open>a,
	nav.menu--main>ul>li.menu-item--expanded.open>span,
	nav.menu--main>ul>li.menu-item--expanded.open>button {
		background-image: url(../images/Expand_less_white.svg)
	}

	nav.menu--main>ul>li>ul {
		overflow: hidden;
		border-radius: 0px 0px 10px 10px;
		box-shadow: 2px 4px 8px rgba(71, 75, 80, .4);
		width: calc(100% - 2px);
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		flex-flow: row nowrap;
		padding: 0
	}

	nav.menu--main>ul>li>ul.submenu-groups>li {
		flex-grow: 1
	}

	nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-actions {
		width: 36%;
		flex-grow: 0
	}

	nav.menu--main>ul>li>ul>li.submenu-group-actions {
		background-color: #f0f4f6;
		padding: 26px 24px;
		max-width: 383px
	}

	nav.menu--main>ul>li>ul>li.submenu-group-actions a {
		text-decoration: none;
		position: relative
	}

	nav.menu--main>ul>li>ul>li.submenu-group-actions a:before {
		content: "";
		display: inline-block;
		width: 2rem;
		height: 2rem;
		border-radius: 1rem;
		background-color: #fff;
		background-image: url(../images/Arrow_forward_ios.svg);
		background-size: 1.2rem 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 1rem;
		vertical-align: middle
	}

	nav.menu--main>ul>li>ul>li.submenu-group-actions a:hover {
		color: #004c69;
		text-shadow: 0 0 .2px currentColor
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links {
		background-color: #fff;
		padding: 26px 40px
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links>ul {
		display: block;
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 12px;
		column-gap: 12px
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links>ul>li {
		display: block;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links>ul a {
		white-space: normal
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links>ul a:hover {
		color: #004c69;
		text-shadow: 0 0 .2px currentColor
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links .submenu-group-links__more {
		margin-top: 20px;
		text-align: right
	}

	nav.menu--main>ul>li>ul li.submenu-group-links .submenu-group-links__more {
		margin-top: 20px
	}

	nav.menu--main>ul>li>ul li.submenu-group-links .submenu-group-links__more a {
		padding-left: 32px;
		background-image: url(../images/Chevron_right.svg);
		background-position: left center;
		background-repeat: no-repeat;
		min-height: 24px;
		vertical-align: middle;
		text-decoration: none;
		font-weight: 500;
		font-size: 1.6rem
	}

	nav.menu--main>ul>li>ul li.submenu-group-links .submenu-group-links__more a:hover {
		color: #004c69;
		text-shadow: 0 0 .2px currentColor
	}

	nav.menu--main>ul>li>ul>li a,
	nav.menu--main>ul>li>ul>li span,
	nav.menu--main>ul>li>ul>li button {
		color: #004c69;
		text-decoration: none;
		padding: 5px 0;
		font-size: 1.6rem;
		line-height: 2.6rem
	}

	nav.menu--main>ul>li>ul>li a:hover,
	nav.menu--main>ul>li>ul>li a:focus,
	nav.menu--main>ul>li>ul>li span:hover,
	nav.menu--main>ul>li>ul>li span:focus,
	nav.menu--main>ul>li>ul>li button:hover,
	nav.menu--main>ul>li>ul>li button:focus {
		color: #337087
	}

	nav.menu--main>ul>li>ul>li a:focus-visible,
	nav.menu--main>ul>li>ul>li span:focus-visible,
	nav.menu--main>ul>li>ul>li button:focus-visible {
		outline: 4px solid #f59c00;
		border-radius: 4px
	}

	nav.menu--main>ul>li>ul>li li.menu-item--active-trail>a,
	nav.menu--main>ul>li>ul>li li.menu-item--active-trail>span,
	nav.menu--main>ul>li>ul>li li.menu-item--active-trail>button,
	nav.menu--main>ul>li>ul>li li:hover>a,
	nav.menu--main>ul>li>ul>li li:hover>span,
	nav.menu--main>ul>li>ul>li li:hover>button {
		position: relative
	}

	nav.menu--main>ul>li>ul>li li.menu-item--active-trail>a:after,
	nav.menu--main>ul>li>ul>li li.menu-item--active-trail>span:after,
	nav.menu--main>ul>li>ul>li li.menu-item--active-trail>button:after,
	nav.menu--main>ul>li>ul>li li:hover>a:after,
	nav.menu--main>ul>li>ul>li li:hover>span:after,
	nav.menu--main>ul>li>ul>li li:hover>button:after {
		content: "";
		display: block;
		width: 4px;
		height: 70%;
		left: -8px;
		top: 15%;
		background-color: #b2d235;
		border-radius: 4px;
		z-index: 5;
		position: absolute
	}

	nav.menu--main>ul>li>ul>li li.menu-item--active-trail {
		text-shadow: 0 0 .2px currentColor
	}

	nav.menu--main>ul>li>ul>li:not(.menu-item--expanded):hover>a,
	nav.menu--main>ul>li>ul>li:not(.menu-item--expanded):hover>span,
	nav.menu--main>ul>li>ul>li:not(.menu-item--expanded):hover>button,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail>a,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail>span,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail>button,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail h4>a,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail h4>span,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail h4>button,
	nav.menu--main>ul>li>ul>li h4:hover>a,
	nav.menu--main>ul>li>ul>li h4:hover>span,
	nav.menu--main>ul>li>ul>li h4:hover>button {
		position: relative
	}

	nav.menu--main>ul>li>ul>li:not(.menu-item--expanded):hover>a:after,
	nav.menu--main>ul>li>ul>li:not(.menu-item--expanded):hover>span:after,
	nav.menu--main>ul>li>ul>li:not(.menu-item--expanded):hover>button:after,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail>a:after,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail>span:after,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail>button:after,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail h4>a:after,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail h4>span:after,
	nav.menu--main>ul>li>ul>li.menu-item--active-trail h4>button:after,
	nav.menu--main>ul>li>ul>li h4:hover>a:after,
	nav.menu--main>ul>li>ul>li h4:hover>span:after,
	nav.menu--main>ul>li>ul>li h4:hover>button:after {
		content: "";
		display: block;
		width: 4px;
		height: 70%;
		left: -8px;
		top: 15%;
		background-color: #b2d235;
		border-radius: 4px;
		z-index: 5;
		position: absolute
	}

	nav.menu--main>ul>li.menu--main__more {
		visibility: hidden;
		pointer-events: none
	}

	nav.menu--main>ul>li.menu--main__more.open>ul {
		display: grid
	}

	nav.menu--main>ul>li.menu--main__more>ul {
		grid-template-columns: repeat(3, 1fr);
		background-color: #fff;
		padding: 36px 40px;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px;
		box-shadow: 2px 4px 8px rgba(71, 75, 80, .4);
		width: calc(100% - 2px);
		margin-left: auto;
		margin-right: auto;
		list-style: none;
		-moz-column-gap: 12px;
		column-gap: 12px;
		row-gap: 26px
	}

	nav.menu--main>ul>li.menu--main__more>ul>li {
		display: block;
		-moz-column-break-inside: avoid;
		break-inside: avoid-column
	}

	nav.menu--main>ul>li.menu--main__more>ul>li>ul {
		display: flex;
		flex-flow: column-reverse nowrap
	}

	nav.menu--main>ul>li.menu--main__more>ul>li>ul>li.submenu-group-actions h4 {
		display: none
	}

	nav.menu--main>ul>li.menu--main__more>ul>li>ul>li.submenu-group-actions ul>li>a {
		text-decoration: none;
		position: relative
	}

	nav.menu--main>ul>li.menu--main__more>ul>li>ul>li.submenu-group-actions ul>li>a:before {
		content: "";
		display: inline-block;
		width: 2rem;
		height: 2rem;
		border-radius: 1rem;
		background-color: #fff;
		background-image: url(../images/Arrow_forward_ios.svg);
		background-size: 1.2rem 1.2rem;
		background-repeat: no-repeat;
		background-position: center center;
		margin-right: 1rem;
		vertical-align: middle
	}

	nav.menu--main>ul>li.menu--main__more>ul>li>ul>li.submenu-group-actions ul>li>a:before {
		background-color: #e6edf0
	}

	nav.menu--main>ul>li.menu--main__more>ul a,
	nav.menu--main>ul>li.menu--main__more>ul span {
		display: block;
		white-space: normal;
		padding: 3px 0;
		font-size: 1.6rem;
		line-height: 2.6rem
	}

	nav.menu--main>ul>li.menu--main__more>ul a:hover,
	nav.menu--main>ul>li.menu--main__more>ul span:hover {
		color: #004c69;
		text-shadow: 0 0 .2px currentColor
	}

	nav.menu--main.menu--main--show-more-button>ul>li.menu--main__more {
		visibility: visible;
		pointer-events: initial
	}
}

@media(min-width:71.25em) {
	nav.menu--main {
		height: 6.4rem
	}

	nav.menu--main>ul>li {
		margin-left: 40px
	}

	nav.menu--main>ul>li>a,
	nav.menu--main>ul>li>span,
	nav.menu--main>ul>li>button {
		padding: 20px 0;
		font-size: 2rem
	}

	nav.menu--main>ul>li ul.submenu-groups>li>h4,
	nav.menu--main>ul>li.menu--main__more>ul>li:not(.menu-item--expanded) {
		font-size: 1.9rem;
		margin-bottom: 22px
	}

	nav.menu--main>ul>li ul.submenu-groups>li>h4>a,
	nav.menu--main>ul>li.menu--main__more>ul>li:not(.menu-item--expanded)>a {
		font-size: 1.9rem
	}

	nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-actions {
		background-color: #f0f4f6;
		padding: 40px 28px;
		width: 40%
	}

	nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-links {
		padding: 40px 44px
	}

	nav.menu--main>ul>li>ul.submenu-groups>li.submenu-group-links>ul {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 18px;
		column-gap: 18px
	}

	nav.menu--main>ul>li>ul>li a,
	nav.menu--main>ul>li>ul>li span,
	nav.menu--main>ul>li>ul>li button {
		padding: 6px 0;
		font-size: 1.7rem
	}

	nav.menu--main>ul>li.menu-item--expanded>a,
	nav.menu--main>ul>li.menu-item--expanded>span,
	nav.menu--main>ul>li.menu-item--expanded>button {
		padding-right: 26px
	}

	nav.menu--main>ul>li.menu--main__more>ul {
		grid-template-columns: repeat(4, 1fr);
		padding: 34px 50px;
		-moz-column-gap: 18px;
		column-gap: 18px;
		row-gap: 34px
	}

	nav.menu--main>ul>li.menu--main__more>ul a,
	nav.menu--main>ul>li.menu--main__more>ul span {
		padding: 6px 0;
		font-size: 1.7rem
	}
}

@media(min-width:104.875em) {
	nav.menu--main {
		height: 7rem
	}

	nav.menu--main>ul>li {
		margin-left: 56px
	}

	nav.menu--main>ul>li>a,
	nav.menu--main>ul>li>span,
	nav.menu--main>ul>li>button {
		padding: 23px 0;
		font-size: 2.2rem;
		line-height: 2.4rem
	}

	nav.menu--main>ul>li ul.submenu-groups>li>h4,
	nav.menu--main>ul>li.menu--main__more>ul>li:not(.menu-item--expanded) {
		margin-bottom: 24px;
		font-size: 2rem
	}

	nav.menu--main>ul>li ul.submenu-groups>li>h4>a,
	nav.menu--main>ul>li.menu--main__more>ul>li:not(.menu-item--expanded)>a {
		font-size: 2rem
	}

	nav.menu--main>ul>li>ul>li.submenu-group-actions {
		background-color: #f0f4f6;
		padding: 42px 60px;
		max-width: 562px
	}

	nav.menu--main>ul>li>ul>li.submenu-group-actions a {
		padding: 6px 0;
		font-size: 1.8rem
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links {
		padding: 42px 40px
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links>ul {
		-moz-column-count: 3;
		column-count: 3;
		-moz-column-gap: 20px;
		column-gap: 20px
	}

	nav.menu--main>ul>li>ul>li.submenu-group-links>ul a {
		padding: 6px 0;
		font-size: 1.8rem
	}

	nav.menu--main>ul>li.menu-item--expanded>a,
	nav.menu--main>ul>li.menu-item--expanded>span,
	nav.menu--main>ul>li.menu-item--expanded>button {
		padding-right: 26px
	}

	nav.menu--main>ul>li.menu--main__more>ul {
		grid-template-columns: repeat(5, 1fr);
		padding: 36px 60px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 44px
	}

	nav.menu--main>ul>li.menu--main__more>ul a,
	nav.menu--main>ul>li.menu--main__more>ul span {
		padding: 6px 0;
		font-size: 1.8rem
	}
}

nav.tabs {
	position: relative;
	padding-bottom: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 100vw;
	overflow: auto;
	overflow-y: clip
}

nav.tabs>ul {
	margin-bottom: 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	touch-action: pan-x;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1.6rem
}

@media(min-width:60em) {
	nav.tabs>ul {
		font-size: 1.6rem
	}
}

@media(min-width:71.25em) {
	nav.tabs>ul {
		font-size: 1.8rem
	}
}

nav.tabs>ul::-webkit-scrollbar {
	display: none
}

nav.tabs>ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0
}

@media(min-width:60em) {
	nav.tabs>ul li {
		margin-right: 24px
	}
}

nav.tabs a {
	color: #000;
	display: block;
	padding: 1.1rem 0;
	text-decoration: none;
	position: relative
}

nav.tabs .is-active>a,
nav.tabs a:hover,
nav.tabs a.is-active {
	color: #004c69
}

nav.tabs .is-active>a:after,
nav.tabs a:hover:after,
nav.tabs a.is-active:after {
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	background-color: #b2d235;
	border-radius: 3px;
	bottom: -3px;
	position: absolute
}

nav.tabs a.is-active {
	font-weight: bold
}

nav.tabs a:focus-visible {
	outline: 3px solid #f59c00;
	border-radius: 4px
}

@media(min-width:48em) {
	nav.tabs {
		overflow: visible
	}
}

.region-prefooter nav.menu--social-media-links {
	justify-self: right;
	margin-left: auto;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	-moz-column-gap: 4px;
	column-gap: 4px
}

.region-prefooter nav.menu--social-media-links h3 {
	font-size: 1.6rem;
	line-height: 2rem;
	color: #004c69;
	font-weight: bold
}

.region-prefooter nav.menu--social-media-links ul li.menu-item {
	display: inline-block;
	margin-left: 8px
}

.region-prefooter nav.menu--social-media-links ul li.menu-item a {
	font-family: "fluvius-social-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2.4rem
}

@media(min-width:0) {
	nav.menu--social-media-links h3 {
		display: none
	}
}

@media(min-width:60em) {
	.region-prefooter nav.menu--social-media-links h3 {
		font-size: 1.8rem;
		line-height: 3.4rem
	}

	.region-prefooter nav.menu--social-media-links ul li.menu-item {
		display: inline-block;
		margin-left: 16px
	}

	.region-prefooter nav.menu--social-media-links ul li.menu-item a {
		font-size: 3.2rem
	}
}

@media(min-width:71.25em) {
	.region-prefooter nav.menu--social-media-links h3 {
		font-size: 2rem;
		line-height: 3rem
	}

	.region-prefooter nav.menu--social-media-links ul li.menu-item a {
		font-size: 3rem
	}
}

@media(min-width:104.875em) {
	.region-prefooter nav.menu--social-media-links h3 {
		font-size: 2.2rem;
		line-height: 3.6rem
	}

	.region-prefooter nav.menu--social-media-links ul li.menu-item a {
		font-size: 3.6rem
	}
}

nav.menu--prefooter-links a {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold
}

nav.menu--prefooter-links a:before {
	background-color: #fff;
	margin-bottom: 2px
}

@media(min-width:60em) {
	nav.menu--prefooter-links a {
		font-size: 2.2rem
	}

	nav.menu--prefooter-links a:before {
		margin-bottom: 4px
	}
}

.region-footer nav h3 {
	color: #fff;
	margin-bottom: 20px
}

.region-footer nav ul li {
	padding-bottom: 12px
}

.region-footer nav ul li a,
.region-footer nav ul li span,
.region-footer nav ul li button {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: normal
}

.region-footer nav ul li a:hover,
.region-footer nav ul li a:focus,
.region-footer nav ul li span:hover,
.region-footer nav ul li span:focus,
.region-footer nav ul li button:hover,
.region-footer nav ul li button:focus {
	color: #fff
}

@media(min-width:60em) {
	.block-footer-links-3 ul {
		-moz-column-count: 2;
		column-count: 2
	}

	.block-footer-links-3 ul li {
		-moz-column-break-inside: avoid;
		break-inside: avoid-column
	}
}

.region-bottom nav {
	display: inline-block
}

.region-bottom nav ul li {
	display: inline-block;
	padding-right: 34px
}

.region-bottom nav ul li a,
.region-bottom nav ul li span,
.region-bottom nav ul li button {
	color: #004c69;
	text-decoration: underline;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #646464
}

.region-bottom nav ul li a:hover,
.region-bottom nav ul li a:focus,
.region-bottom nav ul li span:hover,
.region-bottom nav ul li span:focus,
.region-bottom nav ul li button:hover,
.region-bottom nav ul li button:focus {
	color: #337087
}

.region-bottom .fluvius-cookie-preferences {
	cursor: pointer
}

.region-bottom .fluvius-cookie-preferences:focus-visible {
	outline: 3px solid #f59c00;
	outline-offset: 1px;
	border-radius: 4px
}

@media(min-width:0)and (max-width:35.9375em) {
	body .region-bottom .block-copyright-text {
		width: 100%;
		order: 2
	}

	body .region-bottom nav ul li {
		padding-right: 15px
	}
}

@media(min-width:0)and (max-width:59.9375em) {
	.region-bottom {
		display: block
	}

	.region-bottom nav.menu--copyright {
		margin-bottom: 40px;
		display: none
	}

	.region-bottom nav.menu--copyright>ul {
		display: flex;
		flex-flow: column nowrap;
		gap: 12px;
		width: 100%
	}

	.region-bottom nav.menu--copyright>ul>li {
		display: block;
		line-height: 20px
	}

	.region-bottom nav.menu--copyright>ul>li a,
	.region-bottom nav.menu--copyright>ul>li span {
		color: #fff;
		text-decoration: none;
		font-size: 1.6rem
	}
}

.page__notification {
	margin-top: 30px;
	margin-bottom: 30px
}

.infobox {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #4581b2
}

@media(min-width:60em) {
	.infobox {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {
	.infobox {
		padding: 20px 20px 20px 115px
	}
}

.infobox:before,
.infobox:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.infobox:before,
	.infobox:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.infobox:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.infobox:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {
	.infobox:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.infobox a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.infobox p {
	color: #000
}

.infobox p:last-child {
	margin-bottom: 0
}

.infobox *:first-child {
	margin-top: 0
}

.infobox h2:first-child,
.infobox h3:first-child,
.infobox h4:first-child,
.infobox .pg-title:first-child {
	margin-top: 0
}

.infobox:before {
	background-color: #4581b2
}

.infobox:after {
	background-image: url(../images/Info_outline_white.svg);
	background-color: #4581b2
}

.infobox strong,
.infobox h1,
.infobox h2,
.infobox h3,
.infobox h4 {
	color: #4581b2
}

.node--blog--full {
	color: #004c69
}

.node--blog--full .blog__header {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	background: linear-gradient(0deg, white 25%, #f0f4f6 25%)
}

.node--blog--full .blog__header::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.node--blog--full .blog__header {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

.node--blog--full h1 {
	margin-top: 17px
}

.node--blog--full h2 {
	position: relative;
	font-weight: 500
}

.node--blog--full h2:before {
	content: "";
	display: inline-block;
	width: 8px;
	border-radius: 4px;
	background-color: #b2d235;
	left: -16px;
	top: 0;
	bottom: 0;
	margin-right: 8px;
	position: absolute
}

.node--blog--full p {
	margin-bottom: 3rem
}

.node--blog--full .blog__metadata {
	line-height: 2.4rem;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	justify-content: flex-start;
	color: #646464;
	margin-bottom: 30px
}

.node--blog--full .blog__metadata .blog-category {
	background-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	padding: 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.4rem;
	color: #004c69;
	margin-right: 32px
}

.node--blog--full .blog__metadata .blog-category label {
	display: inline
}

.node--blog--full .blog__metadata .blog-category .blog-category__link {
	color: #004c69;
	text-decoration: none
}

.node--blog--full .blog__metadata>div>div {
	display: inline
}

.node--blog--full .blog-reading-time:before {
	content: "";
	margin-right: 20px;
	border-radius: 54% 46% 54% 46%/53% 47% 53% 47%;
	background-color: #b2d235;
	width: .6rem;
	height: .6rem;
	vertical-align: middle;
	display: inline-block
}

.node--blog--full .blog__header-image {
	margin-bottom: 40px;
	border-radius: 15px;
	overflow: hidden
}

.node--blog--full .blog__header-image img {
	background-color: #e6edf0;
	display: block;
	min-height: 50%
}

.node--blog--full .blog__content {
	font-size: 1.6rem
}

.node--blog--full .blog__bottom-items {
	color: #7b7b7b
}

.node--blog--full .blog__tags ul {
	display: flex;
	flex-flow: row wrap;
	gap: 20px
}

.node--blog--full .blog-tag {
	color: #004c69;
	background-color: #ccdbe1;
	padding: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: none
}

#block-relatedblogarticles {
	padding-top: 40px;
	margin-top: 56px;
	border-top: 1px solid #7b7b7b
}

#block-relatedblogarticles h2 {
	margin-top: 0;
	margin-bottom: 28px
}

.blog-related {
	display: flex;
	flex-flow: column nowrap;
	gap: 36px
}

@media(min-width:0)and (max-width:35.9375em) {
	.blog-category {
		width: 100%;
		text-align: center
	}
}

@media(min-width:0)and (max-width:47.9375em) {
	.blog__bottom-items {
		display: flex;
		flex-flow: column-reverse wrap;
		font-size: 1.6rem
	}

	.blog__bottom-items .blog__author {
		margin-bottom: 8px
	}
}

@media(min-width:36em) {
	#block-relatedblogarticles {
		margin-left: auto;
		margin-right: auto;
		max-width: 468px
	}
}

@media(min-width:48em) {
	.node--blog--full .blog__header-image {
		margin-bottom: 60px
	}

	.node--blog--full .blog__content {
		font-size: 1.8rem
	}

	.node--blog--full .blog__bottom-items {
		font-size: 1.8rem;
		display: flex;
		flex-flow: row nowrap
	}

	.node--blog--full .blog__bottom-items .blog__author {
		margin-left: auto
	}

	#block-relatedblogarticles {
		max-width: unset;
		padding-top: 60px
	}

	#block-relatedblogarticles h2 {
		margin-bottom: 36px
	}

	.blog-related {
		display: flex;
		flex-flow: row nowrap;
		gap: 40px
	}

	.blog-related>.blog-related__item {
		flex: 1
	}
}

@media(min-width:60em) {
	.node--blog--full .blog__header-image {
		max-width: 1285px;
		margin-left: auto;
		margin-right: auto
	}

	.node--blog--full .blog__header h1,
	.node--blog--full .blog__metadata,
	.node--blog--full .blog__content,
	.node--blog--full .blog__bottom-items {
		max-width: 1044px;
		margin-left: auto;
		margin-right: auto
	}

	.node--blog--full h1 {
		margin-top: 30px
	}

	.node--blog--full h2 {
		font-weight: 500;
		line-height: 5rem
	}

	.node--blog--full .blog__metadata {
		margin-bottom: 34px
	}

	.node--blog--full .blog__header-image {
		margin-bottom: 75px
	}

	.node--blog--full .blog__content {
		font-size: 2.2rem
	}

	.node--blog--full .blog__tags ul {
		gap: 20px 30px
	}

	#block-relatedblogarticles {
		padding-top: 60px;
		margin-top: 70px
	}

	#block-relatedblogarticles h2 {
		margin-bottom: 36px
	}

	.blog-related {
		display: flex;
		flex-flow: row nowrap;
		gap: 50px
	}
}

@media(min-width:71.25em) {
	.node--blog--full .blog__header-image {
		margin-bottom: 85px
	}

	.node--blog--full .blog__content {
		font-size: 2.4rem
	}

	#block-relatedblogarticles {
		padding-top: 80px;
		margin-top: 85px
	}

	#block-relatedblogarticles h2 {
		margin-bottom: 44px
	}

	#block-relatedblogarticles .blog-related {
		gap: 76px
	}
}

@media(min-width:104.875em) {
	.node--blog--full .blog__header-image {
		margin-bottom: 95px
	}

	.node--blog--full .blog__content {
		font-size: 2.4rem
	}

	#block-relatedblogarticles {
		margin-top: 95px;
		padding-top: 100px
	}

	#block-relatedblogarticles h2 {
		margin-bottom: 50px
	}

	.blog-related {
		gap: 106px
	}
}

.blog-teaser img {
	border-radius: 14px;
	margin-bottom: 20px;
	height: auto;
	background-color: #f0f4f6
}

.blog-teaser a {
	text-decoration: none
}

.blog-teaser h3 {
	font-size: 2.4rem;
	line-height: 1.17;
	text-decoration: none;
	margin-bottom: 12px;
	margin-top: 12px
}

.blog-category {
	padding: 9px 4px;
	display: inline-block;
	background-color: #ccdbe1;
	color: #004c69;
	font-size: 1.6rem;
	line-height: 2rem;
	border-radius: 4px
}

.blog-category label {
	display: none
}

.blog-category a {
	text-decoration: none
}

.blog-teaser__date {
	font-size: 1.6rem;
	color: #646464;
	display: inline-block
}

.blog-teaser__date>div {
	display: inline-block
}

.blog-teaser__date::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	top: -2px;
	background-color: #b2d235
}

.blog-teaser__date:last-child::after {
	display: none
}

.blog-teaser__reading-time {
	font-size: 1.6rem;
	color: #646464;
	display: inline-block
}

.blog-teaser__reading-time>div {
	display: inline
}

@media(min-width:60em) {
	.blog-teaser h3 {
		font-size: 2.2rem;
		margin-top: 24px;
		margin-bottom: 24px
	}
}

@media(min-width:71.25em) {
	.blog-teaser h3 {
		font-size: 2.6rem;
		margin-top: 28px;
		margin-bottom: 28px
	}

	.blog-teaser__date,
	.blog-teaser__reading-time {
		font-size: 1.7rem
	}
}

@media(min-width:104.875em) {
	.blog-teaser h3 {
		font-size: 2.8rem;
		margin-top: 32px;
		margin-bottom: 32px
	}

	.blog-teaser__date {
		font-size: 1.8rem
	}

	.blog-teaser__date::after {
		margin-left: 20px;
		margin-right: 20px
	}

	.blog-teaser__reading-time {
		font-size: 1.8rem
	}
}

.mini-page .region-header {
	border-bottom: none
}

.mini-page .layout-content {
	max-width: 800px
}

.mini-page .pg-title,
.mini-page .pg-tile-button,
.mini-page .pg-tile-image,
.mini-page .pg-tile-icon {
	margin-bottom: 2rem
}

.node--wizard-conditional-steps:not(.wiz-search-result),
.node--tree-wizard:not(.wiz-search-result) {
	padding-bottom: 50px;
	padding-top: 14px;
	position: relative
}

.node--wizard-conditional-steps:not(.wiz-search-result) .region-breadcrumb,
.node--tree-wizard:not(.wiz-search-result) .region-breadcrumb {
	float: none
}

.node--wizard-conditional-steps:not(.wiz-search-result) .scroll-offset-anchor,
.node--tree-wizard:not(.wiz-search-result) .scroll-offset-anchor {
	margin-top: -70px;
	float: left
}

.node--wizard-conditional-steps:not(.wiz-search-result) #content,
.node--tree-wizard:not(.wiz-search-result) #content {
	background-color: #f0f4f6
}

.node--wizard-conditional-steps:not(.wiz-search-result) #content>.container,
.node--tree-wizard:not(.wiz-search-result) #content>.container {
	padding-top: 20px
}

.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__back-to-link,
.node--tree-wizard:not(.wiz-search-result) .wizard__back-to-link {
	width: -moz-fit-content;
	width: fit-content;
	z-index: 2
}

.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__back-to-link a,
.node--tree-wizard:not(.wiz-search-result) .wizard__back-to-link a {
	margin-bottom: 12px
}

.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__title-container,
.node--tree-wizard:not(.wiz-search-result) .wizard__title-container {
	display: flex;
	flex-flow: row nowrap
}

.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__title,
.node--tree-wizard:not(.wiz-search-result) .wizard__title {
	padding: 0;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 24px;
	margin: 0 15px 30px 0;
	color: #004c69
}

.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__duration,
.node--tree-wizard:not(.wiz-search-result) .wizard__duration {
	flex-shrink: 0;
	background-color: #e0e0e0;
	color: #004c69;
	font-size: 1.2rem;
	line-height: 1.6rem;
	height: 2.4rem;
	border-radius: 1.2rem;
	padding: 4px 8px;
	margin: 0 0 30px 0
}

.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__duration div,
.node--tree-wizard:not(.wiz-search-result) .wizard__duration div {
	display: inline
}

.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__duration div div:first-child,
.node--tree-wizard:not(.wiz-search-result) .wizard__duration div div:first-child {
	margin-right: 6px
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox,
.node--tree-wizard:not(.wiz-search-result) .messagebox {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #4581b2;
	margin-bottom: 30px
}

@media(min-width:60em) {

	.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox,
	.node--tree-wizard:not(.wiz-search-result) .messagebox {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {

	.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox,
	.node--tree-wizard:not(.wiz-search-result) .messagebox {
		padding: 20px 20px 20px 115px
	}
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:before,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:after,
.node--tree-wizard:not(.wiz-search-result) .messagebox:before,
.node--tree-wizard:not(.wiz-search-result) .messagebox:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:before,
	.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:after,
	.node--tree-wizard:not(.wiz-search-result) .messagebox:before,
	.node--tree-wizard:not(.wiz-search-result) .messagebox:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:before,
.node--tree-wizard:not(.wiz-search-result) .messagebox:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:after,
.node--tree-wizard:not(.wiz-search-result) .messagebox:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {

	.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:after,
	.node--tree-wizard:not(.wiz-search-result) .messagebox:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox a:not(.content-link),
.node--tree-wizard:not(.wiz-search-result) .messagebox a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox p,
.node--tree-wizard:not(.wiz-search-result) .messagebox p {
	color: #000
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox p:last-child,
.node--tree-wizard:not(.wiz-search-result) .messagebox p:last-child {
	margin-bottom: 0
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox *:first-child,
.node--tree-wizard:not(.wiz-search-result) .messagebox *:first-child {
	margin-top: 0
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox h2:first-child,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox h3:first-child,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox h4:first-child,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox .pg-title:first-child,
.node--tree-wizard:not(.wiz-search-result) .messagebox h2:first-child,
.node--tree-wizard:not(.wiz-search-result) .messagebox h3:first-child,
.node--tree-wizard:not(.wiz-search-result) .messagebox h4:first-child,
.node--tree-wizard:not(.wiz-search-result) .messagebox .pg-title:first-child {
	margin-top: 0
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:before,
.node--tree-wizard:not(.wiz-search-result) .messagebox:before {
	background-color: #4581b2
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox:after,
.node--tree-wizard:not(.wiz-search-result) .messagebox:after {
	background-image: url(../images/Info_outline_white.svg);
	background-color: #4581b2
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox strong,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox h1,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox h2,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox h3,
.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox h4,
.node--tree-wizard:not(.wiz-search-result) .messagebox strong,
.node--tree-wizard:not(.wiz-search-result) .messagebox h1,
.node--tree-wizard:not(.wiz-search-result) .messagebox h2,
.node--tree-wizard:not(.wiz-search-result) .messagebox h3,
.node--tree-wizard:not(.wiz-search-result) .messagebox h4 {
	color: #4581b2
}

.node--wizard-conditional-steps:not(.wiz-search-result) .messagebox p:last-child,
.node--tree-wizard:not(.wiz-search-result) .messagebox p:last-child {
	margin-bottom: 0
}

.wizard-steps {
	clear: both
}

.wizard-steps .wizardstep__question {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px
}

.wizardstep__description {
	margin-bottom: 30px
}

.wizardstep__description p:last-child {
	margin-bottom: 0
}

.wizardstep__description2 {
	margin-bottom: 30px;
	margin-top: 30px
}

.wiz-nav-buttons {
	display: flex;
	flex-flow: column-reverse nowrap
}

.tree-wizard-page-type--step .wiz-tariff-page-header {
	display: none
}

.wiz-tariff-page-header {
	position: relative
}

.wiz-tariff-page-header .btn--reset {
	margin-top: 8px;
	margin-bottom: 20px;
	float: right
}

.megatitle {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 136%
}

.wiz-pretitle {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 125%;
	color: #004c69
}

.tree-wizard-result-title {
	font-size: 2rem;
	clear: none
}

.tree-wizard-result-vat-control {
	display: flex;
	flex-flow: row nowrap;
	justify-items: flex-start;
	float: right
}

.tree-wizard-result-vat-control>div {
	width: auto;
	flex-grow: 0;
	display: inline-block
}

.tree-wizard-result-vat-control input[type=radio]+label {
	float: none;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 20px;
	font-size: 1.6rem;
	width: auto
}

.tree-wizard-result-vat-control input {
	float: none
}

wizardtariff {
	display: block
}

wizardtariff .wizard-tariff-block__header {
	border: 1px solid #e0e0e0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	background-color: #fff;
	border-bottom: none;
	padding: 15px
}

wizardtariff .wizard-tariff-block__header img {
	width: auto;
	height: 32px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	flex-grow: 0
}

wizardtariff .wizard-tariff-block__header h2 {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
	margin-right: 2rem
}

wizardtariff .wizard-tariff-block__header .wizardstep__question {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
	flex-grow: 1
}

wizardtariff .wizard-tariff-block__header price {
	font-size: 2.2rem;
	font-weight: 700;
	flex-grow: 0;
	margin-left: auto;
	color: #004c69
}

wizardtariff .wizard-tariff-block__header .noprice {
	height: 2.88rem;
	margin: 30px 0 20px 0
}

wizardtariff .wizard-tariff-block__header-extra {
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0
}

wizardtariff .tariff__conditions-title {
	min-height: 50px;
	padding: 5px 42px 5px 20px;
	cursor: pointer;
	background-image: url(../images/Expand_more.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	font-size: 1.6rem;
	line-height: 1.25;
	font-weight: normal;
	display: flex;
	align-items: center
}

wizardtariff .tariff__conditions-title:focus {
	background-color: #ccdbe1
}

wizardtariff .tariff__conditions-items {
	display: none
}

wizardtariff .tariff__conditions {
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	margin-bottom: 20px
}

wizardtariff .tariff__conditions.open .tariff__conditions-title {
	background-image: url(../images/Expand_less.svg)
}

wizardtariff .tariff__conditions.open .tariff__conditions-items {
	display: block
}

wizardtariff .tariff__conditions p,
wizardtariff .tariff__conditions li {
	color: #646464;
	padding: 13px 24px;
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
	margin-bottom: 0
}

wizardtariff .tariff__conditions li>p {
	border-top: none;
	padding: 0
}

wizardtariff .tariff__conditions ul {
	padding: 0;
	background-color: #fff;
	list-style: none
}

wizardtariff .tariff__conditions ul ul {
	margin-top: 13px
}

wizardtariff .tariff__conditions li {
	background-image: url(../images/Subdirectory_arrow_right_grey.svg);
	background-repeat: no-repeat;
	background-position-y: 13px;
	background-position-x: 26px;
	padding-left: 50px
}

@media(min-width:48em) {
	wizardtariff .tariff__actions {
		display: flex;
		align-items: center
	}

	wizardtariff .tariff__link-download-pdf {
		margin-left: auto;
		justify-content: left;
		align-items: center
	}
}

wizardtariff .tariff__apply-button {
	margin-top: 20px;
	margin-bottom: 20px
}

wizardtariff .tariff__link-download-pdf {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

wizardtariff .tariff__link-download-pdf__icon {
	margin-right: 6px;
	margin-top: -3px;
	margin-bottom: -3px
}

wizardtariff .wizard-tariff__alternatives {
	display: flex;
	flex-flow: row wrap;
	gap: 20px 20px;
	align-items: flex-start;
	margin-bottom: 80px
}

wizardtariff .wizard-tariff__alternatives-title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 120%;
	color: #004c69
}

wizardtariff .wizardtariff--alternative {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	width: 100%
}

wizardtariff .wizardtariff--alternative .wizard-tariff-block__header {
	background-color: #f9f9f9;
	border: none;
	border-bottom: 1px solid #e0e0e0
}

wizardtariff .wizardtariff--alternative img {
	float: none
}

wizardtariff .wizardtariff--alternative h2 {
	margin: 0;
	font-size: 1.8rem
}

wizardtariff .wizardtariff--alternative price {
	display: block;
	padding: 0 20px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #004c69;
	margin-top: 30px;
	margin-bottom: 20px
}

wizardtariff .wizardtariff--alternative .noprice {
	height: 22px;
	margin: 30px 0 20px 0
}

wizardtariff .wizardtariff--alternative .tariff__description {
	padding: 0 20px;
	min-height: 140px
}

wizardtariff .wizardtariff--alternative .tariff__apply-button {
	margin-bottom: 20px;
	margin-left: 20px;
	max-width: calc(100% - 40px)
}

wizardtariff .wizardtariff--alternative .tariff__conditions {
	margin-bottom: 0px;
	border: none;
	border-top: 1px solid #e0e0e0
}

.tree-wizard-page-type--tariff .wiz-nav-buttons,
.tree-wizard-page-type--tariff .wizard__duration,
.tree-wizard-page-type--tariff .wizard__title,
.tree-wizard-page-type--tariff .wizard__back-to-link {
	display: none
}

button.wiz-previous {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69;
	margin: 15px 0 15px 0;
	width: 100%
}

button.wiz-previous.has-icon {
	gap: 10px
}

button.wiz-previous.has-icon .icon {
	font-size: 2.4rem
}

button.wiz-previous:focus-visible {
	outline: 4px solid #f59c00
}

button.wiz-previous:hover {
	background-color: #e6edf0
}

button.wiz-previous:active {
	background-color: #ccdbe1
}

button.wiz-previous:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

button.wiz-next {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #004c69;
	border-color: #004c69;
	margin: 15px 0 15px 0;
	width: 100%
}

button.wiz-next.has-icon {
	gap: 10px
}

button.wiz-next.has-icon .icon {
	font-size: 2.4rem
}

button.wiz-next:focus-visible {
	outline: 4px solid #f59c00
}

button.wiz-next:hover {
	color: #fff;
	background-color: #337087;
	border-color: #337087
}

button.wiz-next:active {
	color: #fff;
	background-color: #003c56;
	border-color: #003c56
}

button.wiz-next:disabled {
	color: #646464;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

wizardstep .tariff__edit-button,
.wizard-tariff-block__header .tariff__edit-button,
.wizardtariff--alternative .tariff__edit-button {
	position: absolute;
	background-image: url(../images/Invullen.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center center;
	text-indent: -10000px;
	width: 26px;
	height: 26px;
	background-color: #fff;
	border-radius: 50%;
	padding: 0;
	z-index: 2;
	right: 0;
	top: 30px;
	display: none
}

wizardstep .tariff__edit-button:before,
.wizard-tariff-block__header .tariff__edit-button:before,
.wizardtariff--alternative .tariff__edit-button:before {
	content: "";
	font-size: 1rem;
	color: #000;
	width: -moz-max-content;
	width: max-content;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	position: absolute;
	top: 0;
	right: 25px;
	text-indent: 0
}

wizardstep:hover .tariff__edit-button,
.wizard-tariff-block__header:hover .tariff__edit-button,
.wizardtariff--alternative:hover .tariff__edit-button {
	display: inline-block
}

wizardstep {
	display: none;
	position: relative
}

wizardstep .tariff__edit-button:before {
	content: "stap"
}

.wizard-tariff-block__header .tariff__edit-button:before,
.wizardtariff--alternative .tariff__edit-button:before {
	content: "tarief"
}

wizardbutton {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 18px 20px;
	margin: 20px 0 20px 0;
	background-color: #fff;
	border: 1px solid #004c69;
	border-radius: 4px;
	color: #004c69;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 22px;
	cursor: pointer
}

wizardbutton:hover {
	background-color: #e6edf0
}

wizardbutton:focus {
	background-color: #e6edf0
}

wizardbutton:focus-visible {
	outline: 3px solid #f59c00
}

wizardbutton[aria-checked=true] {
	background-color: #d8e89a
}

wizardbutton[aria-checked=true]:focus,
wizardbutton[aria-checked=true]:hover {
	background-color: #e8f2c2
}

wizardbutton img {
	width: auto;
	display: inline;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px
}

wizardbutton label {
	flex-grow: 1;
	display: inline;
	float: none;
	width: unset;
	height: unset;
	line-height: unset;
	margin-left: 20px
}

wizardbutton .wizardbutton__description {
	font-size: 1.6rem;
	font-weight: normal;
	border-left: 1px solid #ccdbe1;
	margin-left: 20px;
	padding-left: 12px;
	text-align: left;
	min-width: 40%
}

wizardbutton .wizardbutton__description ul {
	padding: initial;
	padding-left: 5px;
	margin: initial;
	color: #004c69;
	list-style-type: disc;
	list-style-position: inside;
	line-height: 20px
}

wizardbutton .wizardbutton__description li {
	padding: initial;
	padding-bottom: 6px;
	margin: initial
}

wizardbutton .wizardbutton__description li:last-of-type {
	padding-bottom: initial
}

.wizard-result-groups {
	display: none
}

.wizard-result-groups h2.pg-title {
	font-size: 2.8rem;
	line-height: 1.2
}

.wizard-results {
	display: block;
	margin-bottom: 25px
}

wizardresult.visible-result {
	min-height: 196px;
	margin-bottom: 30px;
	display: block;
	background-color: #fff
}

wizardresult.visible-result a {
	display: inline-block;
	padding: 30px;
	height: 100%
}

wizardresult.visible-result a:link {
	text-decoration: none
}

wizardresult.visible-result h3 {
	font-size: 2rem;
	line-height: 1.2;
	margin-top: 0;
	text-decoration: none
}

wizardresult.visible-result .wizard-result__description {
	text-decoration: none;
	color: #333
}

a:focus wizardresult.visible-result,
wizardresult.visible-result:hover {
	background-color: #004c69;
	color: #fff;
	border-bottom: 5px solid #b2d235
}

a:focus wizardresult.visible-result a,
wizardresult.visible-result:hover a {
	padding-bottom: 25px
}

a:focus wizardresult.visible-result h3,
wizardresult.visible-result:hover h3 {
	color: #fff
}

a:focus wizardresult.visible-result .wizard-result__description,
wizardresult.visible-result:hover .wizard-result__description {
	color: #fff
}

.wiz-back-to-start {
	margin-top: 20px;
	width: 100%;
	text-align: center
}

#wiz-permalink {
	margin-top: 30px;
	padding: 5px 10px;
	height: 35px;
	border: 1px solid #ccdbe1;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden
}

#wizard-tariff-popup-content .form-type-checkbox {
	display: block
}

@media(min-width:0)and (max-width:47.9375em) {
	.node--tree-wizard:not(.wiz-search-result) a.btn:not(.tariff__edit-button) {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 16px
	}

	.node--tree-wizard:not(.wiz-search-result) a.btn:not(.tariff__edit-button).tariff__quotation-button {
		margin-top: 20px;
		width: calc(100% - 45px);
		margin-left: 45px
	}

	.node--tree-wizard:not(.wiz-search-result) a.wiz-back-to-start {
		display: none
	}

	.node--tree-wizard:not(.wiz-search-result) a.wiz-back-to-start-mobile {
		display: block;
		cursor: pointer
	}

	wizardtariff {
		display: block
	}

	wizardtariff .wizard-tariff-block__header {
		position: relative;
		display: block
	}

	wizardtariff .wizard-tariff-block__header img {
		display: inline;
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}

	wizardtariff .wizard-tariff-block__header h2 {
		display: inline;
		padding-left: 45px;
		margin-right: 1rem;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone
	}

	wizardtariff .wizard-tariff-block__header price {
		font-size: 1.8rem;
		display: inline
	}
}

@media(min-width:48em) {

	.node--wizard-conditional-steps:not(.wiz-search-result),
	.node--tree-wizard:not(.wiz-search-result) {
		padding-bottom: 150px;
		padding-top: 40px
	}

	.node--wizard-conditional-steps:not(.wiz-search-result) .scroll-offset-anchor,
	.node--tree-wizard:not(.wiz-search-result) .scroll-offset-anchor {
		margin-top: -142px
	}

	.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__back-to-link,
	.node--tree-wizard:not(.wiz-search-result) .wizard__back-to-link {
		position: absolute;
		top: 86px;
		right: 0
	}

	.node--wizard-conditional-steps:not(.wiz-search-result) .wizard__duration,
	.node--tree-wizard:not(.wiz-search-result) .wizard__duration {
		font-size: 1.4rem;
		line-height: 2rem;
		height: 2.8rem
	}

	.node--wizard-conditional-steps:not(.wiz-search-result) .tariff__quotation-button,
	.node--tree-wizard:not(.wiz-search-result) .tariff__quotation-button {
		width: auto;
		margin-top: 0;
		flex-shrink: 0;
		float: right
	}

	.wizard-steps .wizardstep__question {
		font-size: 2.4rem
	}

	.wizardstep__description,
	.wizardstep__description2 {
		margin-bottom: 40px
	}

	.wiz-nav-buttons {
		display: block
	}

	.wizardstep__buttons-container {
		display: flex;
		flex-flow: row wrap
	}

	button.wiz-previous {
		width: auto;
		margin: 30px 45px 30px 0;
		min-width: 115px
	}

	button.wiz-next {
		width: auto;
		margin: 30px 0 30px 0
	}

	wizardstep>.wizardstep__question {
		max-width: calc(100% - 290px)
	}

	wizardbutton {
		width: auto;
		max-width: 250px;
		display: inline-block;
		margin: 10px 35px 35px 0;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
		line-height: 22px
	}

	wizardbutton:last-of-type {
		margin-right: 0
	}

	wizardbutton img {
		display: inline-block;
		height: 50px;
		margin-bottom: 18px
	}

	wizardbutton label {
		display: block;
		margin-left: 20px;
		margin-right: 20px
	}

	wizardbutton .wizardbutton__description {
		padding-top: 12px;
		border-top: 1px solid #ccdbe1;
		margin-top: 16px;
		padding-left: 0;
		margin-left: 0;
		border-left: 0
	}

	.wizard-results {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px 30px
	}

	.tree-wizard-result-title {
		font-size: 2.4rem
	}

	.tree-wizard-result-vat-control {
		width: auto;
		justify-items: flex-end;
		margin-top: 15px;
		margin-bottom: 10px
	}

	wizardresult.visible-result {
		margin-bottom: 0
	}

	a.wiz-back-to-start {
		margin-top: 30px;
		width: auto
	}

	a.wiz-back-to-start-mobile {
		display: none
	}

	#wiz-permalink {
		margin-top: 30px;
		padding: 5px 10px;
		height: 35px;
		border: 1px solid #ccdbe1;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden
	}

	.wiz-tariff-page-header .megatitle {
		font-size: 3.2rem;
		line-height: 136%;
		clear: none
	}

	.wiz-tariff-page-header .wiz-back-to-start {
		margin-top: 0;
		margin-bottom: 0;
		float: right;
		width: auto
	}

	wizardtariff {
		display: block
	}

	wizardtariff .wizard-tariff-block__header {
		position: relative
	}

	wizardtariff .wizard-tariff-block__header img {
		height: 40px;
		float: none
	}

	wizardtariff .wizard-tariff-block__header h2 {
		font-size: 2.2rem;
		flex-grow: 1
	}

	wizardtariff .wizard-tariff-block__header price {
		font-size: 2.8rem;
		font-weight: 700;
		flex-grow: 0
	}

	wizardtariff .tariff__apply-button {
		margin-right: 2rem;
		margin-bottom: 20px
	}

	wizardtariff .wizardtariff--alternative {
		position: relative;
		width: calc(33.33% - 13.34px)
	}

	wizardtariff .wizardtariff--alternative img {
		height: 26px;
		margin-right: 10px;
		float: none
	}

	wizardtariff .wizardtariff--alternative h2 {
		font-size: 1.8rem
	}

	wizardtariff .wizardtariff--alternative price {
		font-size: 2.4rem;
		font-weight: 700
	}

	wizardtariff .wizardtariff--alternative .noprice {
		height: 22px;
		margin: 30px 0 20px 0
	}

	wizardtariff .wizardtariff--alternative .tariff__description {
		font-size: 1.8rem
	}

	wizardtariff .wizard-tariff__alternatives-title {
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 2.8rem
	}
}

@media(min-width:60em) {
	.wiz-tariff-page-header .btn--reset {
		margin-top: 2px
	}

	.wiz-tariff-page-header .megatitle {
		font-size: 3.8rem
	}

	.tree-wizard-result-vat-control input[type=radio]+label {
		margin-right: 10px;
		margin-left: 10px
	}

	wizardtariff .wizard-tariff__alternatives-title {
		margin-top: 40px;
		margin-bottom: 20px;
		font-size: 3rem
	}

	wizardtariff .wizardtariff--alternative img {
		height: 40px;
		margin-right: 20px
	}
}

@media(min-width:71.25em) {
	.wizard-steps .wizardstep__question {
		font-size: 2.6rem
	}

	.wizard-results {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr
	}

	.tree-wizard-result-title {
		font-size: 2.6rem
	}

	.wiz-tariff-page-header .btn--reset {
		margin-top: 4px
	}

	.wiz-tariff-page-header .megatitle {
		font-size: 4rem
	}

	wizardtariff .wizard-tariff__alternatives-title {
		margin-top: 54px;
		margin-bottom: 28px;
		font-size: 3.4rem
	}

	wizardtariff .wizardtariff--alternative h2 {
		font-size: 2rem
	}
}

@media(min-width:104.875em) {
	.wizard-steps .wizardstep__question {
		font-size: 2.8rem
	}

	.wizard-results {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr
	}

	.tree-wizard-result-title {
		font-size: 2.8rem
	}

	wizardtariff .wizard-tariff__alternatives-title {
		margin-top: 60px;
		margin-bottom: 30px;
		font-size: 3.6rem
	}

	wizardtariff .wizardtariff--alternative h2 {
		font-size: 2.2rem
	}
}

.node--unpublished {
	background-image: url(../images/unpublished.svg);
	background-size: contain
}

.paragraph--unpublished {
	background-image: url(../images/unpublished.svg);
	background-size: contain
}

.pg-block {
	margin-bottom: 20px
}

.pg-section {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 1.5rem;
	padding-right: 1.5rem
}

.pg-section::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.pg-section {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

.node--unpublished .pg-section {
	border-left: 2px solid #fbb
}

.node--unpublished .pg-section:before {
	content: "";
	position: absolute;
	background-image: url(../images/unpublished.svg);
	background-size: contain;
	width: 100%;
	height: 100%;
	left: 0;
	pointer-events: none
}

.section-no-padding-top {
	padding-top: .1px
}

.section-normal-padding-top {
	padding-top: 68px
}

.section-no-padding-bottom {
	padding-bottom: 0
}

.section-normal-padding-bottom {
	padding-bottom: 68px
}

.section-bg-white {
	background-color: #fff
}

.section-bg-primary-blue-6 {
	background-color: #f0f4f6
}

.section-bg-primary-green-20 {
	background-color: #ccdbe1
}

.section-bg-secondary-blue {
	background-color: #87bbe6
}

.section-bg-secondary-blue-15 {
	background-color: #edf5fb
}

.section-bg-pb6-white-50 {
	background: linear-gradient(0deg, white 50%, #f0f4f6 50%)
}

.section-bg-white-pb6-50 {
	background: linear-gradient(0deg, #f0f4f6 50%, white 50%)
}

@media(min-width:60em) {
	.pg-section {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}

	.pg-section.width-limited .section__content {
		max-width: 889px
	}

	.ui-dialog .pg-section {
		margin-left: 0;
		margin-right: 0;
		padding-left: 4vw;
		padding-right: 4vw;
		width: 100%
	}
}

.pg-flexbox {
	margin-bottom: 3rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 28px 30px
}

.pg-flexbox.pg--rounded {
	border-radius: 30px;
	overflow: hidden
}

.pg-flexbox.pg--outer-padding {
	padding: 2rem 2rem
}

.pg-flexbox.pg--squares>.pg-flexbox-item {
	max-height: 320px;
	margin-bottom: 20px;
	height: auto;
	width: 100%;
	padding-bottom: 100%
}

.pg-flexbox.pg--squares>.pg-flexbox-item>* {
	position: absolute;
	top: 0
}

.pg-flexbox.flexbox-no-gap-v {
	row-gap: 0
}

.pg-flexbox.flexbox-gap-v-normal {
	row-gap: 28px
}

.pg-flexbox.flexbox-gap-v-large {
	row-gap: 66px
}

.section__content>.pg-flexbox:last-child,
.section__content>.pg-flexbox__contextual-region>.pg-flexbox:last-child {
	margin-bottom: 0
}

.pg-flexbox-item {
	display: block;
	width: 100%;
	position: relative
}

@media(min-width:48em) {
	.pg-flexbox.pg-flexbox--2col {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.pg-flexbox.pg-flexbox--3col {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.pg-flexbox.pg-flexbox--4col {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.pg-flexbox.pg-flexbox--5col {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.pg-flexbox.pg-flexbox--2col-1-2 {
		grid-template-columns: 1fr 2fr
	}

	.pg-flexbox.pg-flexbox--2col-2-1 {
		grid-template-columns: 2fr 1fr
	}

	.pg-flexbox.pg--swap-first-two-items-desktop>.pg-flexbox-item {
		order: 3
	}

	.pg-flexbox.pg--swap-first-two-items-desktop>.pg-flexbox-item:nth-of-type(1) {
		order: 2
	}

	.pg-flexbox.pg--swap-first-two-items-desktop>.pg-flexbox-item:nth-of-type(2) {
		order: 1
	}

	.pg-flexbox.pg-flexbox--2col-bricks {
		display: flex;
		flex-flow: row wrap
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item {
		max-height: 320px;
		height: auto;
		width: 100%;
		padding-bottom: 50%
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item>* {
		position: absolute;
		top: 0
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item:nth-child(4n+3) {
		width: 50%
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-normal>.pg-flexbox-item {
		padding-bottom: calc(50% - 13px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-normal>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-normal>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(50% - 13px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-large>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-large>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(50% - 20px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(50% - 20px)
	}

	.pg-flexbox.pg--margin-top {
		margin-top: 2rem
	}

	.pg-flexbox.pg--outer-padding {
		padding: 2rem
	}

	.pg-flexbox.flexbox-no-gap-h {
		-moz-column-gap: 0;
		column-gap: 0
	}

	.pg-flexbox.flexbox-gap-h-normal {
		-moz-column-gap: 26px;
		column-gap: 26px
	}

	.pg-flexbox.flexbox-gap-h-large {
		-moz-column-gap: 40px;
		column-gap: 40px
	}

	.pg-flexbox.flexbox-gap-h-extra-large {
		-moz-column-gap: 40px;
		column-gap: 40px
	}

	.pg-flexbox.flexbox-no-gap-v {
		row-gap: 0
	}

	.pg-flexbox.flexbox-gap-v-normal {
		row-gap: 33px
	}

	.pg-flexbox.flexbox-gap-v-large {
		row-gap: 66px
	}

	.pg-flexbox.pg--align-items-center {
		align-items: center
	}
}

@media(min-width:60em) {
	.pg-flexbox.pg-flexbox--2col {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.pg-flexbox.pg-flexbox--3col {
		grid-template-columns: 1fr 1fr 1fr
	}

	.pg-flexbox.pg-flexbox--4col {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}

	.pg-flexbox.pg-flexbox--5col {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr
	}

	.pg-flexbox.flexbox-gap-h-large {
		-moz-column-gap: 50px;
		column-gap: 50px
	}

	.pg-flexbox.flexbox-gap-h-extra-large {
		-moz-column-gap: 60px;
		column-gap: 60px
	}

	.pg-flexbox.pg--outer-padding {
		padding: 2.2rem 2rem
	}

	.pg-flexbox.pg-flexbox--2col-bricks {
		display: flex;
		flex-flow: row wrap
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item {
		width: 66.66%;
		padding-bottom: 33.33%
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item>* {
		position: absolute;
		top: 0
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item:nth-child(4n+4) {
		margin-right: 0
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item:nth-child(4n+3) {
		width: 33.33%
	}

	.pg-flexbox.pg-flexbox--2col-bricks>.pg-flexbox-item:nth-last-child(-n+2) {
		margin-bottom: 0
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-normal>.pg-flexbox-item {
		width: calc(66.66% - 13px);
		padding-bottom: calc(33.33% - 13px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-normal>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-normal>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(33.33% - 13px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-large>.pg-flexbox-item {
		width: calc(66.66% - 25px);
		padding-bottom: calc(33.33% - 25px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-large>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-large>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(33.33% - 25px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item {
		width: calc(66.66% - 30px);
		padding-bottom: calc(33.33% - 30px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(33.33% - 30px)
	}
}

@media(min-width:71.25em) {
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item {
		width: calc(66.66% - 52px);
		padding-bottom: calc(33.33% - 52px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(33.33% - 52px)
	}

	.pg-flexbox.flexbox-gap-h-extra-large {
		-moz-column-gap: 104px;
		column-gap: 104px
	}

	.pg-flexbox.pg--outer-padding {
		padding: 2.6rem 2rem
	}
}

@media(min-width:104.875em) {
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item {
		width: calc(66.66% - 52px);
		padding-bottom: calc(33.33% - 52px)
	}

	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+2),
	.pg-flexbox.pg-flexbox--2col-bricks.flexbox-gap-h-extra-large>.pg-flexbox-item:nth-child(4n+3) {
		width: calc(33.33% - 52px)
	}

	.pg-flexbox.flexbox-gap-h-extra-large {
		-moz-column-gap: 104px;
		column-gap: 104px
	}

	.pg-flexbox.pg--outer-padding {
		padding: 3.2rem 3rem
	}
}

.pg-container {
	margin-top: 12px
}

.pg-container.pg-container--fill-parent {
	height: 100%;
	width: 100%
}

.pg-container.pg-container--fill-parent .pg-container__inner {
	flex-grow: 1
}

.pg-container.pg-container--vertical-center {
	height: 100%;
	display: flex;
	align-items: center
}

.pg-container.pg-container--rounded {
	border-radius: 20px
}

.pg-flexbox-item>.pg-container:first-child {
	margin-top: 0
}

.pg-layout-2-col__column>.pg-container:first-child {
	margin-top: 0
}

.pg-container .pg-container__inner>:last-child:not(.pg-cta-links) {
	margin-bottom: 0
}

.pg-container .pg-container__inner>h2:first-child,
.pg-container .pg-container__inner>h3:first-child,
.pg-container .pg-container__inner>h4:first-child,
.pg-container .pg-container__inner>.pg-title:first-child {
	margin-top: 0
}

.pg-container--bottom-margin {
	margin-bottom: 24px
}

.pg-style--info {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #4581b2
}

@media(min-width:60em) {
	.pg-style--info {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {
	.pg-style--info {
		padding: 20px 20px 20px 115px
	}
}

.pg-style--info:before,
.pg-style--info:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.pg-style--info:before,
	.pg-style--info:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.pg-style--info:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.pg-style--info:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {
	.pg-style--info:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.pg-style--info a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.pg-style--info p {
	color: #000
}

.pg-style--info p:last-child {
	margin-bottom: 0
}

.pg-style--info *:first-child {
	margin-top: 0
}

.pg-style--info h2:first-child,
.pg-style--info h3:first-child,
.pg-style--info h4:first-child,
.pg-style--info .pg-title:first-child {
	margin-top: 0
}

.pg-style--info:before {
	background-color: #4581b2
}

.pg-style--info:after {
	background-image: url(../images/Info_outline_white.svg);
	background-color: #4581b2
}

.pg-style--info strong,
.pg-style--info h1,
.pg-style--info h2,
.pg-style--info h3,
.pg-style--info h4 {
	color: #4581b2
}

.pg-style--approved {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #8aa424
}

@media(min-width:60em) {
	.pg-style--approved {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {
	.pg-style--approved {
		padding: 20px 20px 20px 115px
	}
}

.pg-style--approved:before,
.pg-style--approved:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.pg-style--approved:before,
	.pg-style--approved:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.pg-style--approved:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.pg-style--approved:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {
	.pg-style--approved:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.pg-style--approved a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.pg-style--approved p {
	color: #000
}

.pg-style--approved p:last-child {
	margin-bottom: 0
}

.pg-style--approved *:first-child {
	margin-top: 0
}

.pg-style--approved h2:first-child,
.pg-style--approved h3:first-child,
.pg-style--approved h4:first-child,
.pg-style--approved .pg-title:first-child {
	margin-top: 0
}

.pg-style--approved:before {
	background-color: #8aa424
}

.pg-style--approved:after {
	background-image: url(../images/Check_circle_outline_white.svg);
	background-color: #8aa424
}

.pg-style--approved strong,
.pg-style--approved h1,
.pg-style--approved h2,
.pg-style--approved h3,
.pg-style--approved h4 {
	color: #8aa424
}

.pg-style--warning {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #c37d10
}

@media(min-width:60em) {
	.pg-style--warning {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {
	.pg-style--warning {
		padding: 20px 20px 20px 115px
	}
}

.pg-style--warning:before,
.pg-style--warning:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.pg-style--warning:before,
	.pg-style--warning:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.pg-style--warning:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.pg-style--warning:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {
	.pg-style--warning:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.pg-style--warning a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.pg-style--warning p {
	color: #000
}

.pg-style--warning p:last-child {
	margin-bottom: 0
}

.pg-style--warning *:first-child {
	margin-top: 0
}

.pg-style--warning h2:first-child,
.pg-style--warning h3:first-child,
.pg-style--warning h4:first-child,
.pg-style--warning .pg-title:first-child {
	margin-top: 0
}

.pg-style--warning:before {
	background-color: #c37d10
}

.pg-style--warning:after {
	background-image: url(../images/Error_outline_white.svg);
	background-color: #c37d10
}

.pg-style--warning strong,
.pg-style--warning h1,
.pg-style--warning h2,
.pg-style--warning h3,
.pg-style--warning h4 {
	color: #c37d10
}

.pg-style--error {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #9d234b
}

@media(min-width:60em) {
	.pg-style--error {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {
	.pg-style--error {
		padding: 20px 20px 20px 115px
	}
}

.pg-style--error:before,
.pg-style--error:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.pg-style--error:before,
	.pg-style--error:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.pg-style--error:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.pg-style--error:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {
	.pg-style--error:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.pg-style--error a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.pg-style--error p {
	color: #000
}

.pg-style--error p:last-child {
	margin-bottom: 0
}

.pg-style--error *:first-child {
	margin-top: 0
}

.pg-style--error h2:first-child,
.pg-style--error h3:first-child,
.pg-style--error h4:first-child,
.pg-style--error .pg-title:first-child {
	margin-top: 0
}

.pg-style--error:before {
	background-color: #9d234b
}

.pg-style--error:after {
	background-image: url(../images/Cancel_white.svg);
	background-color: #9d234b
}

.pg-style--error strong,
.pg-style--error h1,
.pg-style--error h2,
.pg-style--error h3,
.pg-style--error h4 {
	color: #9d234b
}

.pg-accordion {
	margin-bottom: 2.4rem
}

.pg-accordion h3.accordion__heading {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: #004c69;
	transition: padding-bottom .5s;
	padding: 12px 64px 12px 24px;
	border: 1px solid #e0e0e0
}

.pg-accordion h3.accordion__heading.ui-state-default {
	border-bottom-width: 0
}

.pg-accordion h3.accordion__heading.ui-accordion-header-collapsed {
	border-bottom-width: 1px;
	margin-bottom: 12px
}

.pg-accordion h3.accordion__heading.ui-accordion-header-active {
	border-bottom: 0
}

.pg-accordion h3.accordion__heading.ui-accordion-header-active:after {
	background-image: url(../images/Expand_less.svg)
}

.pg-accordion h3.accordion__heading .accordion__icon {
	display: inline-block;
	margin-right: 10px
}

.pg-accordion h3.accordion__heading .accordion-section__title {
	display: inline-block
}

.pg-accordion h3.accordion__heading:after {
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url(../images/Expand_more.svg);
	background-repeat: no-repeat;
	background-position: right;
	right: 24px;
	top: 0;
	width: 24px;
	height: 100%
}

.pg-accordion .accordion__collapse {
	border: 1px solid #e0e0e0;
	margin-bottom: 12px;
	border-top: 0;
	padding: 0 24px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6
}

.pg-accordion .accordion__collapse:not(.ui-accordion-content-active) {
	display: none
}

@media(min-width:48em) {
	.pg-accordion h3.accordion__heading {
		font-size: 2rem
	}

	.pg-accordion .accordion__collapse {
		font-size: 1.8rem;
		padding: 0 24px
	}
}

@media print {
	h3.accordion__heading .ui-accordion-header-collapsed {
		margin-bottom: 0;
		border-bottom: 0;
		color: #004c69;
		font-weight: 700
	}

	h3.accordion__heading .ui-accordion-header-collapsed:after {
		background-image: url(../images/Expand_less.svg)
	}

	.accordion__collapse {
		display: block !important
	}
}

.pg-title {
	overflow: hidden
}

.bg-secondary-orange .pg-title,
.bg-primary-blue-50 .pg-title,
.bg-primary-blue .pg-title,
.bg-secondary-brown .pg-title {
	color: #fff
}

.pg-cta-links {
	margin-bottom: 24px
}

.pg-cta-links ul:not(.contextual-links) {
	list-style: none;
	padding: 0;
	display: flex;
	flex-flow: column wrap;
	row-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px
}

.pg-cta-links ul:not(.contextual-links) li {
	margin-bottom: 0
}

.pg-cta-links ul:not(.contextual-links) li a {
	width: 100%
}

@media(min-width:0)and (max-width:59.9375em) {
	.pg-cta-links ul:not(.contextual-links) li {
		margin-bottom: 0
	}
}

@media(min-width:48em) {
	.pg-cta-links ul:not(.contextual-links) li a {
		width: unset
	}

	.pg-cta-links .cta-link {
		margin-right: 0;
		margin-bottom: 0
	}

	.pg-cta-links.cta-links--inline ul:not(.contextual-links) {
		display: flex;
		flex-flow: row wrap;
		row-gap: 8px;
		-moz-column-gap: 8px;
		column-gap: 8px
	}

	.pg-cta-links.cta-links--inline ul:not(.contextual-links) li {
		display: inline-block;
		margin-right: 0;
		margin-bottom: 0
	}

	.pg-cta-links.cta-links--inline ul:not(.contextual-links) li span.icon {
		max-width: 25px
	}
}

.pg-quick-links {
	padding: 24px;
	background-color: #fff;
	height: 100%
}

.pg-quick-links h3 {
	margin-top: 0;
	color: #004c69
}

.pg-quick-links .pg-quick-links__description {
	margin-bottom: 16px
}

@media(min-width:0)and (max-width:59.9375em) {
	.pg-quick-links ul {
		list-style: none;
		padding-left: 0
	}

	.pg-quick-links li {
		margin-bottom: 12px
	}

	.pg-quick-links li.pg-quick-links-group-start {
		margin-top: 24px
	}

	.pg-quick-links li .cta-link {
		margin-bottom: 0
	}
}

@media(min-width:36em) {
	.ql-2-col ul {
		-moz-column-count: 2;
		column-count: 2
	}

	.ql-3-col ul {
		-moz-column-count: 3;
		column-count: 3
	}

	.ql-4-col ul {
		-moz-column-count: 2;
		column-count: 2
	}
}

@media(min-width:48em) {
	.ql-4-col ul {
		-moz-column-count: 4;
		column-count: 4
	}

	.pg-quick-links {
		padding: 24px 32px
	}

	.pg-quick-links li {
		margin-bottom: 12px
	}

	.pg-quick-links li.pg-quick-links-group-start {
		margin-top: 32px
	}
}

.pg-text {
	overflow: hidden
}

.pg-text:last-child {
	margin-bottom: 0
}

.pg-text img {
	margin-bottom: 20px;
	height: auto
}

.pg-text img.align-left {
	margin-right: 20px
}

.pg-text img.align-right {
	margin-left: 20px
}

.bg-secondary-orange .pg-text,
.bg-primary-blue-50 .pg-text,
.bg-primary-blue .pg-text,
.bg-secondary-brown .pg-text {
	color: #fff
}

.bg-secondary-orange .pg-text a,
.bg-primary-blue-50 .pg-text a,
.bg-primary-blue .pg-text a,
.bg-secondary-brown .pg-text a {
	color: #fff
}

.bg-secondary-orange .pg-text blockquote,
.bg-primary-blue-50 .pg-text blockquote,
.bg-primary-blue .pg-text blockquote,
.bg-secondary-brown .pg-text blockquote {
	color: #fff;
	background-image: url(../images/Quote-white.svg)
}

.pg-tile-button {
	border-radius: 20px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	height: 100%
}

.pg-tile-button>a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 5px;
	padding: 24px 20px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
	color: #000;
	width: 100%;
	height: 100%;
	text-decoration: none
}

.pg-tile-button h2,
.pg-tile-button h3 {
	color: #004c69;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2.8rem;
	margin-bottom: 1rem;
	margin-top: 0
}

.pg-tile-button:hover {
	background-color: #e6edf0
}

.tile-button__col1 {
	width: 40px
}

.tile-button__col2 {
	align-self: flex-start;
	width: calc(100% - 40px)
}

.tile-button__icon {
	font-size: 2.7rem;
	color: #004c69;
	display: inline-block
}

.tile-button__text p:last-child {
	margin-bottom: 0
}

.tile-button--compact {
	border-radius: 8px;
	border: 1px solid #e0e0e0
}

.tile-button--compact:hover {
	background-color: #ccdbe1;
	border-color: #004c69
}

.tile-button--compact:active {
	background-color: #ccdbe1;
	border-color: #004c69
}

.tile-button--compact>a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 16px;
	column-gap: 16px;
	padding: 20px
}

.tile-button--compact h2,
.tile-button--compact h3 {
	color: #004c69;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0
}

.tile-button--compact .tile-button__icon {
	font-size: 4rem;
	color: #7fa5b4;
	display: inline-block
}

.tile-button--compact .tile-button__col1 {
	display: flex;
	flex-flow: column nowrap;
	width: auto
}

.tile-button--compact .tile-button__col2 {
	align-self: center;
	width: auto
}

@media(min-width:48em) {
	.pg-tile-button>a {
		padding: 55px 60px;
		font-size: 1.6rem;
		line-height: 2rem;
		gap: 60px
	}

	.pg-tile-button h2,
	.pg-tile-button h3 {
		font-size: 2.6rem;
		line-height: 2.8rem;
		margin-bottom: 15px
	}

	.tile-button__col2 {
		width: calc(100% - 75px)
	}

	.tile-button__col1 {
		width: 75px
	}

	.tile-button__icon {
		font-size: 75px;
		display: inline-block
	}

	.tile-button--compact>a {
		-moz-column-gap: 32px;
		column-gap: 32px;
		padding: 24px 32px
	}

	.tile-button--compact h2,
	.tile-button--compact h3 {
		color: #004c69;
		font-size: 1.8rem;
		margin: 0
	}

	.tile-button--compact .tile-button__icon {
		font-size: 6.4rem
	}
}

.pg-tile-icon {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 25px;
	padding: 34px 24px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #000
}

.pg-tile-icon a {
	color: #004c69
}

.pg-tile-icon a:hover,
.pg-tile-icon a:focus {
	color: #337087
}

.pg-tile-icon h2,
.pg-tile-icon h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0
}

.pg-tile-icon.tile-style-1 {
	border-radius: 20px;
	background-color: #004c69;
	color: #fff
}

.pg-tile-icon.tile-style-1 h2,
.pg-tile-icon.tile-style-1 h3 {
	color: #b2d235
}

.pg-tile-icon.tile-style-1 a,
.pg-tile-icon.tile-style-1 span {
	color: #fff
}

.pg-tile-icon.tile-style-1 a:hover,
.pg-tile-icon.tile-style-1 a:focus,
.pg-tile-icon.tile-style-1 span:hover,
.pg-tile-icon.tile-style-1 span:focus {
	color: #fff
}

.pg-tile-icon.tile-style-1 .tile-icon__links>div {
	margin-bottom: 4px
}

.pg-tile-icon.tile-style-1 .tile-icon__icon {
	color: #fff
}

.pg-tile-icon.tile-style-2 {
	border-radius: 20px;
	border: 1px solid #f0f4f6;
	background-color: #fff
}

.pg-tile-icon.tile-style-2 h2,
.pg-tile-icon.tile-style-2 h3 {
	color: #004c69
}

.pg-tile-icon.tile-style-2 .tile-icon__links a:before,
.pg-tile-icon.tile-style-2 .tile-icon__links span:before {
	background-color: #f0f4f6
}

.pg-tile-icon.tile-style-3 {
	background-color: #fff;
	border: none
}

.pg-tile-icon.tile-style-3:hover {
	background-color: #e6edf0
}

.pg-tile-icon.tile-style-3 h2,
.pg-tile-icon.tile-style-3 h3 {
	color: #004c69
}

.pg-tile-icon.tile-style-3 .tile-icon__links a:before,
.pg-tile-icon.tile-style-3 .tile-icon__links span:before {
	background-color: #f0f4f6
}

.pg-flexbox-item>.pg-tile-icon {
	height: 100%;
	margin-bottom: 20px
}

.tile-icon__col1 {
	align-self: flex-start;
	width: 100%
}

.tile-icon__col1>div>ul {
	margin-bottom: 12px
}

.tile-icon__col2 {
	display: none
}

.tile-icon__links>div {
	margin-bottom: 4px
}

.tile-icon__links>div>a {
	display: block;
	text-indent: -3rem;
	padding-left: 3rem
}

.tile-icon__links a,
.tile-icon__links span {
	text-decoration: none;
	position: relative
}

.tile-icon__links a:before,
.tile-icon__links span:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
	background-color: #fff;
	background-image: url(../images/Arrow_forward_ios.svg);
	background-size: 1.2rem 1.2rem;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 1rem;
	vertical-align: middle
}

ul.tile-icon__links {
	list-style: none;
	padding-left: 0
}

.tile-icon__icon {
	font-size: 75px;
	color: #6694a5;
	display: inline-block
}

@media(min-width:48em) {
	.pg-tile-icon {
		padding: 34px 30px;
		gap: 24px
	}

	.pg-flexbox-item>.pg-tile-icon {
		margin-bottom: 0
	}

	.tile-icon__col1 {
		width: calc(100% - 70px)
	}

	.tile-icon__col2 {
		width: 70px;
		display: block
	}

	.tile-icon__icon {
		font-size: 70px
	}
}

@media(min-width:48em) {
	.pg-tile-icon {
		padding: 34px 24px;
		font-size: 1.6rem
	}

	.pg-tile-icon h2,
	.pg-tile-icon h3 {
		font-size: 2.4rem;
		margin-bottom: 15px
	}

	.tile-icon__col1 {
		width: 100%
	}

	.tile-icon__col2 {
		display: none
	}

	.tile-icon__links a,
	.tile-icon__links span {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {
	.pg-tile-icon {
		padding: 40px 30px;
		font-size: 1.6rem;
		gap: 20px
	}

	.pg-tile-icon h2,
	.pg-tile-icon h3 {
		font-size: 2.4rem;
		margin-bottom: 15px
	}

	.tile-icon__col1 {
		width: calc(100% - 60px)
	}

	.tile-icon__col2 {
		width: 60px;
		display: block
	}

	.tile-icon__links a,
	.tile-icon__links span {
		font-size: 1.6rem
	}

	.tile-icon__icon {
		font-size: 60px;
		display: inline-block
	}
}

@media(min-width:71.25em) {
	.pg-tile-icon {
		padding: 45px 60px;
		font-size: 1.6rem
	}

	.pg-tile-icon h2,
	.pg-tile-icon h3 {
		font-size: 2.6rem;
		margin-bottom: 15px
	}

	.tile-icon__col1 {
		width: calc(100% - 75px)
	}

	.tile-icon__col2 {
		width: 75px
	}

	.tile-icon__links a,
	.tile-icon__links span {
		font-size: 1.6rem
	}

	.tile-icon__icon {
		font-size: 75px;
		display: inline-block
	}
}

@media(min-width:104.875em) {
	.pg-tile-icon {
		padding: 45px 85px;
		font-size: 1.8rem
	}

	.pg-tile-icon h2,
	.pg-tile-icon h3 {
		font-size: 3.2rem;
		margin-bottom: 15px
	}

	.tile-icon__col1 {
		width: calc(100% - 75px)
	}

	.tile-icon__col2 {
		width: 75px
	}

	.tile-icon__links a,
	.tile-icon__links span {
		font-size: 1.6rem
	}

	.tile-icon__icon {
		font-size: 75px;
		display: inline-block
	}
}

.pg-tile-image {
	display: flex;
	flex-flow: column nowrap;
	border: 8px solid #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 10px 15px rgba(22, 110, 143, .05);
	font-size: 1.6rem;
	margin-bottom: 33px
}

.pg-tile-image .tile-image__text {
	margin-bottom: 20px
}

.pg-tile-image .tile-image__text p:last-of-type {
	margin-bottom: 0
}

.pg-tile-image .tile-image__links a,
.pg-tile-image .tile-image__links span {
	font-size: 1.4rem;
	font-weight: 500
}

.pg-tile-image .tile-image__col1 {
	position: relative;
	width: 100%
}

.pg-tile-image .tile-image__col1 img {
	max-height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.pg-tile-image .tile-image__col1 svg {
	zoom: .8;
	max-height: 66%
}

.pg-tile-image .tile-image__col1 svg.overlay-bow {
	max-height: unset
}

.pg-tile-image .tile-image__col2 {
	width: 100%;
	padding: 20px 20px
}

.pg-tile-image .tile-image__col2 h2,
.pg-tile-image .tile-image__col2 h3 {
	font-size: 2.4rem;
	margin-bottom: 12px
}

.pg-tile-image .tile-image__col2>h2,
.pg-tile-image .tile-image__col2 h3 {
	margin-top: 0
}

.pg-tile-image .overlay-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0
}

.pg-tile-image .overlay-top-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: unset
}

.pg-tile-image .overlay-bow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

.pg-tile-image .overlay-bow path {
	transform: rotate(90deg);
	transform-origin: center
}

.pg-tile-image .tile-image__col1 {
	line-height: 0
}

.pg-tile-image .tile-image__col1 div {
	width: 100%;
	height: 100%;
	position: relative
}

.pg-tile-image .tile-image__links>div:not(:last-child) {
	margin-bottom: 6px
}

.pg-tile-image .tile-image__links a,
.pg-tile-image .tile-image__links span {
	color: #004c69
}

.pg-tile-image .tile-image__links a:hover,
.pg-tile-image .tile-image__links a:focus,
.pg-tile-image .tile-image__links span:hover,
.pg-tile-image .tile-image__links span:focus {
	color: #337087
}

@media(min-width:36em) {
	.pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		box-shadow: none;
		flex-flow: column nowrap;
		font-size: 1.8rem;
		margin-bottom: 33px;
		height: 100%
	}

	.pg-tile-image .tile-image__links a,
	.pg-tile-image .tile-image__links span {
		font-size: 1.8rem
	}

	.pg-tile-image .tile-image__col1 {
		width: 100%
	}

	.pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.2
	}

	.pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap
	}

	.pg-tile-image .tile-image__col2 h2,
	.pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem;
		margin-bottom: 20px
	}

	.pg-tile-image .tile-image__col2 .tile-image__text {
		flex-grow: 1
	}

	.pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-tile-image .tile-image__col1 img {
		max-height: 250px
	}
}

@media(min-width:48em) {
	.pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		flex-flow: row nowrap;
		align-items: stretch;
		box-shadow: none;
		font-size: 1.8rem;
		margin-bottom: 0
	}

	.pg-tile-image .tile-image__col1 {
		max-height: unset;
		height: unset;
		width: 33.3%
	}

	.pg-tile-image .tile-image__col1 img {
		max-height: unset;
		width: 100%;
		height: 100%
	}

	.pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1
	}

	.pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 66.6%
	}

	.pg-tile-image .tile-image__col2 h2,
	.pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem
	}

	.pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: unset;
		right: 0;
		height: 100%;
		width: unset
	}

	.pg-tile-image .overlay-bow path {
		transform: none;
		transform-origin: center
	}

	.pg-flexbox--2col .pg-tile-image,
	.pg-flexbox--3col .pg-tile-image,
	.pg-flexbox--4col .pg-tile-image {
		display: flex;
		flex-flow: column nowrap;
		border: 8px solid #fff;
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 0 10px 15px rgba(22, 110, 143, .05);
		font-size: 1.6rem;
		box-shadow: none
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__text,
	.pg-flexbox--3col .pg-tile-image .tile-image__text,
	.pg-flexbox--4col .pg-tile-image .tile-image__text {
		margin-bottom: 20px
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__text p:last-of-type,
	.pg-flexbox--3col .pg-tile-image .tile-image__text p:last-of-type,
	.pg-flexbox--4col .pg-tile-image .tile-image__text p:last-of-type {
		margin-bottom: 0
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__links a,
	.pg-flexbox--2col .pg-tile-image .tile-image__links span,
	.pg-flexbox--3col .pg-tile-image .tile-image__links a,
	.pg-flexbox--3col .pg-tile-image .tile-image__links span,
	.pg-flexbox--4col .pg-tile-image .tile-image__links a,
	.pg-flexbox--4col .pg-tile-image .tile-image__links span {
		font-size: 1.4rem;
		font-weight: 500
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1,
	.pg-flexbox--4col .pg-tile-image .tile-image__col1 {
		position: relative;
		width: 100%
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 img,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1 img,
	.pg-flexbox--4col .pg-tile-image .tile-image__col1 img {
		max-height: 200px;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 svg,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg,
	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg {
		zoom: .8;
		max-height: 66%
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 svg.overlay-bow,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg.overlay-bow,
	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg.overlay-bow {
		max-height: unset
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 {
		width: 100%;
		padding: 20px 20px
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--2col .pg-tile-image .tile-image__col2 h3,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h3,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.4rem;
		margin-bottom: 12px
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2>h2,
	.pg-flexbox--2col .pg-tile-image .tile-image__col2 h3,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2>h2,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h3,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2>h2,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h3 {
		margin-top: 0
	}

	.pg-flexbox--2col .pg-tile-image .overlay-bottom-right,
	.pg-flexbox--3col .pg-tile-image .overlay-bottom-right,
	.pg-flexbox--4col .pg-tile-image .overlay-bottom-right {
		position: absolute;
		right: 0;
		bottom: 0
	}

	.pg-flexbox--2col .pg-tile-image .overlay-top-right,
	.pg-flexbox--3col .pg-tile-image .overlay-top-right,
	.pg-flexbox--4col .pg-tile-image .overlay-top-right {
		position: absolute;
		right: 0;
		top: 0;
		bottom: unset
	}

	.pg-flexbox--2col .pg-tile-image .overlay-bow,
	.pg-flexbox--3col .pg-tile-image .overlay-bow,
	.pg-flexbox--4col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--2col .pg-tile-image .overlay-bow path,
	.pg-flexbox--3col .pg-tile-image .overlay-bow path,
	.pg-flexbox--4col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 img,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1 img,
	.pg-flexbox--4col .pg-tile-image .tile-image__col1 img {
		max-height: unset;
		height: 260px
	}
}

@media(min-width:60em) {

	.pg-tile-image,
	.mini-page .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		flex-flow: row nowrap;
		align-items: stretch;
		box-shadow: none;
		font-size: 1.8rem
	}

	.pg-tile-image .tile-image__col1,
	.mini-page .pg-tile-image .tile-image__col1 {
		max-height: unset;
		height: unset;
		width: 33.3%
	}

	.pg-tile-image .tile-image__col1 img,
	.mini-page .pg-tile-image .tile-image__col1 img {
		max-height: unset;
		width: 100%;
		height: 100%
	}

	.pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-tile-image .tile-image__col1 svg.overlay-top-right,
	.mini-page .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.mini-page .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1
	}

	.pg-tile-image .tile-image__col2,
	.mini-page .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 66.6%
	}

	.pg-tile-image .tile-image__col2 h2,
	.pg-tile-image .tile-image__col2 h3,
	.mini-page .pg-tile-image .tile-image__col2 h2,
	.mini-page .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem
	}

	.pg-tile-image .overlay-bow,
	.mini-page .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: unset;
		right: 0;
		height: 100%;
		width: unset
	}

	.pg-tile-image .overlay-bow path,
	.mini-page .pg-tile-image .overlay-bow path {
		transform: none;
		transform-origin: center
	}

	.pg-tile-image {
		margin-bottom: 0
	}

	.pg-flexbox--2col .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		box-shadow: none;
		flex-flow: column nowrap;
		font-size: 1.8rem
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__links a,
	.pg-flexbox--2col .pg-tile-image .tile-image__links span {
		font-size: 1.8rem
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 {
		width: 100%
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-flexbox--2col .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.2
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--2col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem;
		margin-bottom: 20px
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2 .tile-image__text {
		flex-grow: 1
	}

	.pg-flexbox--2col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--2col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 img {
		height: 250px
	}

	.pg-flexbox--3col .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		box-shadow: none;
		flex-flow: column nowrap;
		font-size: 1.8rem;
		box-shadow: none
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__links a,
	.pg-flexbox--3col .pg-tile-image .tile-image__links span {
		font-size: 1.8rem
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 {
		width: 100%
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.2
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem;
		margin-bottom: 20px
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 .tile-image__text {
		flex-grow: 1
	}

	.pg-flexbox--3col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--3col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 img {
		height: 180px
	}

	.pg-flexbox--4col .pg-tile-image {
		display: flex;
		flex-flow: column nowrap;
		border: 8px solid #fff;
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 0 10px 15px rgba(22, 110, 143, .05);
		font-size: 1.6rem;
		box-shadow: none
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__text {
		margin-bottom: 20px
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__text p:last-of-type {
		margin-bottom: 0
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__links a,
	.pg-flexbox--4col .pg-tile-image .tile-image__links span {
		font-size: 1.4rem;
		font-weight: 500
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 {
		position: relative;
		width: 100%
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 img {
		max-height: 200px;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg {
		zoom: .8;
		max-height: 66%
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg.overlay-bow {
		max-height: unset
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 {
		width: 100%;
		padding: 20px 20px
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.4rem;
		margin-bottom: 12px
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2>h2,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h3 {
		margin-top: 0
	}

	.pg-flexbox--4col .pg-tile-image .overlay-bottom-right {
		position: absolute;
		right: 0;
		bottom: 0
	}

	.pg-flexbox--4col .pg-tile-image .overlay-top-right {
		position: absolute;
		right: 0;
		top: 0;
		bottom: unset
	}

	.pg-flexbox--4col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--4col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 img {
		height: 140px
	}
}

@media(min-width:71.25em) {
	.pg-tile-image {
		border: 20px solid #fff;
		border-radius: 40px;
		flex-flow: row nowrap;
		box-shadow: none;
		align-items: stretch;
		font-size: 1.8rem;
		margin-bottom: 0
	}

	.pg-tile-image .tile-image__col1 {
		max-height: unset;
		width: 58%
	}

	.pg-tile-image .tile-image__col1 img {
		min-width: 100%;
		min-height: 100%
	}

	.pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.6
	}

	.pg-tile-image .tile-image__col2 {
		padding: 55px 50px 55px 50px;
		width: 42%
	}

	.pg-tile-image .tile-image__col2 h2,
	.pg-tile-image .tile-image__col2 h3 {
		font-size: 4rem
	}

	.pg-tile-image .tile-image__text {
		margin-bottom: 36px
	}

	.pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: unset;
		right: 0;
		height: 100%;
		width: unset
	}

	.pg-tile-image .overlay-bow path {
		transform: none;
		transform-origin: center
	}

	.pg-tile-image .tile-image__col2 h2,
	.pg-tile-image .tile-image__col2 h3 {
		font-size: 3.4rem
	}

	.pg-flexbox--2col .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		flex-flow: row nowrap;
		align-items: stretch;
		box-shadow: none;
		font-size: 1.8rem
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 {
		max-height: unset;
		height: unset;
		width: 33.3%
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 img {
		max-height: unset;
		width: 100%;
		height: 100%
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-flexbox--2col .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 66.6%
	}

	.pg-flexbox--2col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--2col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem
	}

	.pg-flexbox--2col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: unset;
		right: 0;
		height: 100%;
		width: unset
	}

	.pg-flexbox--2col .pg-tile-image .overlay-bow path {
		transform: none;
		transform-origin: center
	}

	.pg-flexbox--3col .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		box-shadow: none;
		flex-flow: column nowrap;
		font-size: 1.8rem;
		box-shadow: none
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__links a,
	.pg-flexbox--3col .pg-tile-image .tile-image__links span {
		font-size: 1.8rem
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 {
		width: 100%
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.2
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem;
		margin-bottom: 20px
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 .tile-image__text {
		flex-grow: 1
	}

	.pg-flexbox--3col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--3col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 img {
		height: 220px
	}

	.pg-flexbox--4col .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		box-shadow: none;
		flex-flow: column nowrap;
		font-size: 1.8rem;
		box-shadow: none
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__links a,
	.pg-flexbox--4col .pg-tile-image .tile-image__links span {
		font-size: 1.8rem
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 {
		width: 100%
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.2
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem;
		margin-bottom: 20px
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 .tile-image__text {
		flex-grow: 1
	}

	.pg-flexbox--4col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--4col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 img {
		height: 160px
	}
}

@media(min-width:104.875em) {

	.pg-tile-image .tile-image__col2 h2,
	.pg-tile-image .tile-image__col2 h3 {
		font-size: 4rem
	}

	.pg-flexbox--3col .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		box-shadow: none;
		flex-flow: column nowrap;
		font-size: 1.8rem;
		box-shadow: none
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__links a,
	.pg-flexbox--3col .pg-tile-image .tile-image__links span {
		font-size: 1.8rem
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 {
		width: 100%
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-flexbox--3col .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.2
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--3col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem;
		margin-bottom: 20px
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col2 .tile-image__text {
		flex-grow: 1
	}

	.pg-flexbox--3col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--3col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--3col .pg-tile-image .tile-image__col1 img {
		height: 280px
	}

	.pg-flexbox--4col .pg-tile-image {
		border: 10px solid #fff;
		border-radius: 30px;
		box-shadow: none;
		flex-flow: column nowrap;
		font-size: 1.8rem;
		box-shadow: none
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__links a,
	.pg-flexbox--4col .pg-tile-image .tile-image__links span {
		font-size: 1.8rem
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 {
		width: 100%
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg.overlay-bottom-right,
	.pg-flexbox--4col .pg-tile-image .tile-image__col1 svg.overlay-top-right {
		zoom: 1.2
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 {
		padding: 38px 40px;
		width: 100%;
		flex-grow: 1;
		display: flex;
		flex-flow: column nowrap
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h2,
	.pg-flexbox--4col .pg-tile-image .tile-image__col2 h3 {
		font-size: 2.6rem;
		margin-bottom: 20px
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col2 .tile-image__text {
		flex-grow: 1
	}

	.pg-flexbox--4col .pg-tile-image .overlay-bow {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%
	}

	.pg-flexbox--4col .pg-tile-image .overlay-bow path {
		transform: rotate(90deg);
		transform-origin: center
	}

	.pg-flexbox--4col .pg-tile-image .tile-image__col1 img {
		height: 220px
	}
}

.tile-image-bg-orange-50 {
	background-color: #facd7f;
	color: #004c69
}

.tile-image-bg-orange-50 .tile-image__col1 svg path {
	fill: #facd7f
}

.tile-image-bg-primary-green-20 {
	background-color: #f0f6d7;
	color: #004c69
}

.tile-image-bg-primary-green-20 .tile-image__col1 svg path {
	fill: #f0f6d7
}

.tile-image-bg-secondary-blue-20 {
	background-color: #e7f1fa;
	color: #004c69
}

.tile-image-bg-secondary-blue-20 .tile-image__col1 svg path {
	fill: #e7f1fa
}

.tile-image-bg-primary-blue {
	background-color: #004c69;
	color: #fff
}

.tile-image-bg-primary-blue h2,
.tile-image-bg-primary-blue h3 {
	color: #b2d235
}

.tile-image-bg-primary-blue .tile-image__links a,
.tile-image-bg-primary-blue .tile-image__links span {
	color: #fff
}

.tile-image-bg-primary-blue .tile-image__links a:hover,
.tile-image-bg-primary-blue .tile-image__links a:focus,
.tile-image-bg-primary-blue .tile-image__links span:hover,
.tile-image-bg-primary-blue .tile-image__links span:focus {
	color: #fff
}

.tile-image-bg-primary-blue .tile-image__col1 svg path {
	fill: #004c69
}

.pg-image {
	margin-bottom: 2rem;
	line-height: 0
}

.pg-image::after {
	clear: both;
	content: "";
	display: table
}

.pg-flexbox-item>.pg-image:last-child {
	margin-bottom: 0
}

.pg-image--style-rounded img {
	border-radius: 30px;
	overflow: hidden
}

.pg-image--width-50-center,
.pg-image--width-50-right,
.pg-image--width-50,
.pg-image--width-none,
.pg-image--width-33-center,
.pg-image--width-33-right,
.pg-image--width-33,
.pg-image--width-25-center,
.pg-image--width-25-right,
.pg-image--width-25 {
	width: 100%
}

.pg-image--width-50-center img,
.pg-image--width-50-right img,
.pg-image--width-50 img,
.pg-image--width-none img,
.pg-image--width-33-center img,
.pg-image--width-33-right img,
.pg-image--width-33 img,
.pg-image--width-25-center img,
.pg-image--width-25-right img,
.pg-image--width-25 img {
	width: 100%
}

.pg-image--width-50-center,
.pg-image--width-33-center,
.pg-image--width-25-center {
	text-align: center
}

.pg-image--width-50-right,
.pg-image--width-33-right,
.pg-image--width-25-right {
	text-align: right
}

.pg-image--width-cover-parent {
	height: 100%;
	width: 100%;
	margin-bottom: 0
}

.pg-image--width-cover-parent img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.pg-image--width-icon img {
	width: 48px
}

.pg-image--width-none img {
	width: auto
}

@media(min-width:36em) {

	.pg-image--width-50-center img,
	.pg-image--width-50-right img,
	.pg-image--width-50 img {
		width: 100%
	}

	.pg-image--width-33-right img,
	.pg-image--width-33-center img,
	.pg-image--width-33 img {
		width: 66%
	}

	.pg-image--width-25-center img,
	.pg-image--width-25-right img,
	.pg-image--width-25 img {
		width: 50%
	}
}

@media(min-width:48em) {

	.pg-image--width-50-center img,
	.pg-image--width-50-right img,
	.pg-image--width-50 img {
		width: 75%
	}

	.pg-image--width-33-center img,
	.pg-image--width-33-right img,
	.pg-image--width-33 img {
		width: 50%
	}

	.pg-image--width-25-center img,
	.pg-image--width-25-right img,
	.pg-image--width-25 img {
		width: 33%
	}

	.pg-image--width-cover-parent {
		height: 100%
	}

	.pg-image--width-cover-parent picture {
		height: 100%
	}

	.pg-image--width-cover-parent img {
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
		height: 100%
	}
}

@media(min-width:60em) {
	.pg-image {
		clear: both
	}

	.pg-image--width-50-center img,
	.pg-image--width-50-right img,
	.pg-image--width-50 img {
		width: 50%
	}

	.pg-image--width-33-center img,
	.pg-image--width-33-right img,
	.pg-image--width-33 img {
		width: 33%
	}

	.pg-image--width-25-center img,
	.pg-image--width-25-right img,
	.pg-image--width-25 img {
		width: 25%
	}
}

@media(min-width:71.25em) {

	.pg-image--width-50-center img,
	.pg-image--width-50-right img,
	.pg-image--width-50 img {
		width: 50%
	}

	.pg-image--width-33-center img,
	.pg-image--width-33-right img,
	.pg-image--width-33 img {
		width: 33%
	}

	.pg-image--width-25-center img,
	.pg-image--width-25-right img,
	.pg-image--width-25 img {
		width: 25%
	}
}

.pg-image-text {
	position: relative;
	clear: both;
	margin-bottom: 3rem
}

.pg-image-text picture {
	display: inline
}

.pg-image-text::after {
	clear: both;
	content: "";
	display: table
}

.img-text--floating-img-left img {
	margin-right: 0;
	margin-bottom: 1.2em;
	float: none
}

.img-text--floating-img-right img {
	margin-left: 0;
	margin-bottom: 1rem;
	float: none
}

.img-text--50 img {
	max-width: 100%
}

.img-text--33 img {
	max-width: 100%
}

.img-text--overlay img {
	position: relative
}

.img-text--overlay .img-text__text {
	max-height: 65%;
	width: 90%;
	margin-left: 5%;
	z-index: 1;
	position: absolute;
	top: 35%;
	left: 0;
	color: #fff;
	text-align: center
}

@media(min-width:60em) {
	.img-text--overlay .img-text__text {
		max-height: 55%;
		margin-left: 10%;
		top: 45%;
		width: 80%
	}
}

.img-text--blue .img-text__text {
	color: #004c69
}

@media(min-width:48em) {
	.img-text--50 img {
		max-width: 100%;
		border-radius: 20px
	}

	.img-text--33 img {
		max-width: 33%;
		border-radius: 20px
	}

	.img-text--33.img-text--floating-img-left img {
		float: left;
		margin-right: 26px
	}

	.img-text--33.img-text--floating-img-right img {
		float: right;
		margin-left: 26px
	}
}

@media(min-width:60em) {
	.img-text--50 img {
		max-width: 50%
	}

	.img-text--50.img-text--floating-img-left img {
		margin-right: 26px;
		float: left
	}

	.img-text--50.img-text--floating-img-right img {
		margin-left: 26px;
		float: right
	}
}

@media(min-width:71.25em) {
	.img-text--50 img {
		max-width: 50%
	}

	.img-text--33 img {
		max-width: 33%
	}
}

.pg-image-slider {
	max-width: 648px;
	margin-bottom: 16px
}

.pg-image-slider .fluvius-image-gallery-container {
	border: 1px solid #c5c5c5;
	border-radius: 16px;
	overflow: hidden;
	padding-bottom: 16px
}

.pg-image-slider .fluvius-image-gallery-container:focus-visible {
	outline: 3px solid #f59c00
}

.pg-image-slider .fluvius-image-gallery__main-image {
	display: flex;
	justify-content: center;
	padding: 16px;
	max-height: 208px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer
}

.pg-image-slider .fluvius-image-gallery__main-image img {
	border-radius: 8px;
	-o-object-fit: contain;
	object-fit: contain
}

.pg-image-slider .fluvius-image-gallery__thumbnails {
	position: relative
}

.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	padding: 3px 0;
	margin: -3px 0
}

.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li {
	width: 64px;
	flex-shrink: 0;
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden
}

.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li.active {
	border: 2px solid #b2d235
}

.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li:focus-visible {
	outline: 3px solid #f59c00
}

.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li:first-child {
	margin-left: 16px
}

.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li:last-child {
	margin-right: 16px
}

.pg-image-slider .fluvius-slider__prev {
	left: 16px
}

.pg-image-slider .fluvius-slider__next {
	right: 16px
}

@media(min-width:48em) {
	.pg-image-slider {
		margin-bottom: 24px
	}

	.pg-image-slider .fluvius-image-gallery__main-image {
		padding: 24px;
		max-height: 386px
	}

	.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides {
		gap: 16px
	}

	.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li {
		width: 96px;
		height: 96px;
		border-radius: 8px
	}

	.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li.active {
		border-width: 3px
	}

	.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li:first-child {
		margin-left: 24px
	}

	.pg-image-slider .fluvius-image-gallery__thumbnails ul.fluvius-slider__slides li:last-child {
		margin-right: 24px
	}

	.pg-image-slider .fluvius-slider__prev {
		left: 24px
	}

	.pg-image-slider .fluvius-slider__next {
		right: 24px
	}
}

@media(min-width:60em) {
	.pg-layout-2-col {
		margin-bottom: 3rem;
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		gap: 30px
	}

	.pg-layout-2-col>.pg-layout-2-col__left,
	.pg-layout-2-col>.pg-layout-2-col__right {
		width: 50%
	}

	.pg-layout-2-col.layout-2col-narrow-left .pg-layout-2-col__left,
	.pg-layout-2-col.layout-2col-narrow-right .pg-layout-2-col__right {
		width: 40%
	}

	.pg-layout-2-col.layout-2col-narrow-right .pg-layout-2-col__left,
	.pg-layout-2-col.layout-2col-narrow-left .pg-layout-2-col__right {
		width: 60%
	}
}

.pg-overview-item {
	width: 100%
}

.overview-item--style-1 {
	background-color: #fff;
	color: #004c69;
	height: 100%;
	border-bottom: 5px solid #fff;
	padding: 0;
	font-size: 1.6rem;
	display: inline-flex;
	align-items: flex-start;
	transition: background-color .5s, color .5s, border-color .5s
}

.overview-item--style-1 .overview-item__inner {
	padding: 24px
}

.overview-item--style-1 .overview-item__title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.15
}

.overview-item--style-1:hover {
	background-color: #004c69;
	color: #fff;
	border-bottom: 5px solid #b2d235
}

.overview-item--style-1:hover * {
	color: #fff
}

.overview-item--style-1 .pg-overview-item__link {
	text-decoration: none
}

.overview-item--style-1 .pg-overview-item__link:focus-visible {
	outline: 5px solid #f59c00;
	border-radius: 0
}

.overview-item--style-2 {
	position: relative
}

.overview-item--style-2 a>div {
	position: relative
}

.overview-item--style-2 a>div:after {
	content: "";
	display: block;
	padding-bottom: 50%
}

.overview-item--style-2 a>div>* {
	position: absolute
}

.overview-item--style-2 a h2,
.overview-item--style-2 a div.overview-item__description {
	position: absolute;
	z-index: 1;
	padding: 0 20px
}

.overview-item--style-2 a h2 {
	color: #fff;
	font-weight: 500;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	text-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.overview-item--style-2 a div.overview-item__description {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	top: 85%;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
	min-height: unset
}

.overview-item--style-2 a figure {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 0
}

.overview-item--style-2 a figure div {
	width: 100%;
	height: 100%
}

.overview-item--style-2 a figure img {
	transition: filter .5s;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute
}

.overview-item--style-2 a figure:after {
	content: none;
	display: none
}

.overview-item--style-2:hover a figure img {
	filter: brightness(0.95)
}

.overview-item--style-2 a:focus-visible>div>figure {
	outline: 5px solid #f59c00
}

.overview-item--style-3 {
	position: relative
}

.overview-item--style-3 a>div {
	position: relative
}

.overview-item--style-3 a>div:after {
	content: "";
	display: block;
	padding-bottom: 120%
}

.overview-item--style-3 a>div>* {
	position: absolute
}

.overview-item--style-3 a h2,
.overview-item--style-3 a div.overview-item__description {
	position: absolute;
	z-index: 1;
	padding: 0 20px
}

.overview-item--style-3 a h2 {
	color: #fff;
	font-weight: 500;
	width: 100%;
	top: 70%;
	transform: translateY(-50%);
	text-align: center;
	text-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.overview-item--style-3 a div.overview-item__description {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	top: 88%;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
	min-height: unset
}

.overview-item--style-3 a figure {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 0
}

.overview-item--style-3 a figure div {
	width: 100%;
	height: 100%
}

.overview-item--style-3 a figure img {
	transition: filter .5s;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute
}

.overview-item--style-3 a figure:after {
	content: none;
	display: none
}

.overview-item--style-3:hover a figure img {
	filter: brightness(0.95)
}

.overview-item--style-3 a:focus-visible>div>figure {
	outline: 5px solid #f59c00
}

.overview-item--style-4 {
	position: relative
}

.overview-item--style-4 a>div {
	position: relative
}

.overview-item--style-4 a>div:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.overview-item--style-4 a>div>* {
	position: absolute
}

.overview-item--style-4 a h2,
.overview-item--style-4 a div.overview-item__description {
	position: absolute;
	z-index: 1;
	padding: 0 20px
}

.overview-item--style-4 a h2 {
	color: #fff;
	font-weight: 500;
	width: 100%;
	top: 65%;
	transform: translateY(-50%);
	text-align: center;
	text-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.overview-item--style-4 a div.overview-item__description {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5;
	top: 85%;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	text-shadow: 0 0 1px rgba(0, 0, 0, .5);
	min-height: unset
}

.overview-item--style-4 a figure {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 0
}

.overview-item--style-4 a figure div {
	width: 100%;
	height: 100%
}

.overview-item--style-4 a figure img {
	transition: filter .5s;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute
}

.overview-item--style-4 a figure:after {
	content: none;
	display: none
}

.overview-item--style-4:hover a figure img {
	filter: brightness(0.95)
}

.overview-item--style-4 a:focus-visible>div>figure {
	outline: 5px solid #f59c00
}

.overview-item--style-5 .pg-overview-item__link {
	text-decoration: none
}

.overview-item--style-5 .pg-overview-item__link:link h2.overview-item__title {
	text-decoration: underline
}

.overview-item--style-5 .pg-overview-item__link .overview-item__inner {
	padding: 12px 22px
}

.overview-item--style-5 .pg-overview-item__link figure {
	margin-bottom: 16px
}

.overview-item--style-5 .pg-overview-item__link figure img {
	width: 100%;
	max-height: 100px
}

.overview-item--style-5 .pg-overview-item__link figure:after {
	content: "";
	background: none;
	transform: none;
	transition: none
}

.overview-item--style-5 .pg-overview-item__link h2.overview-item__title {
	font-size: 4.8rem;
	line-height: 1.1;
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
	color: #004c69
}

.bg-primary-blue .overview-item--style-5 .pg-overview-item__link h2.overview-item__title {
	color: #b2d235
}

.bg-secondary-brown .overview-item--style-5 .pg-overview-item__link h2.overview-item__title {
	color: #fdebcc
}

.bg-secondary-orange .overview-item--style-5 .pg-overview-item__link h2.overview-item__title,
.bg-primary-blue-50 .overview-item--style-5 .pg-overview-item__link h2.overview-item__title {
	color: #fff
}

.overview-item--style-5 .pg-overview-item__link div.overview-item__description {
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color: #004c69
}

.bg-primary-blue .overview-item--style-5 .pg-overview-item__link div.overview-item__description,
.bg-secondary-brown .overview-item--style-5 .pg-overview-item__link div.overview-item__description,
.bg-secondary-orange .overview-item--style-5 .pg-overview-item__link div.overview-item__description,
.bg-primary-blue-50 .overview-item--style-5 .pg-overview-item__link div.overview-item__description {
	color: #fff
}

.flexbox-gap-v-normal .pg-flexbox-item>.overview-item--style-5 {
	margin-top: -14px;
	padding-top: 14px;
	height: calc(100% + 14px)
}

.flexbox-gap-v-large .pg-flexbox-item>.overview-item--style-5 {
	margin-top: -33px;
	padding-top: 33px;
	height: calc(100% + 33px)
}

.pg-flexbox-item .overview-item--style-5 {
	border-top: 1px solid #fff
}

.pg-flexbox-item:first-child>.overview-item--style-5 {
	border-top: none;
	padding-top: 0;
	margin-top: 0
}

@media(min-width:0) {
	.overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.4rem
	}

	.overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.4rem;
		line-height: 1.1
	}

	.overview-item--style-3 .pg-overview-item__link div.overview-item__title,
	.overview-item--style-4 .pg-overview-item__link div.overview-item__title {
		font-size: 3.2rem;
		line-height: 3.8rem
	}

	.overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.4rem;
		line-height: 1.1
	}
}

@media(min-width:36em) {
	.overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.8rem
	}

	.overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.8rem;
		line-height: 1.1
	}

	.overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 4rem;
		line-height: 1.15
	}

	.overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.8rem;
		line-height: 1.1
	}
}

@media(min-width:48em) {

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.4rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.4rem;
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 3rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.4rem;
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.pg-flexbox--2col-bricks .pg-overview-item {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	.pg-flexbox--2col-bricks .pg-overview-item .overview-item__inner {
		height: 100%
	}

	.pg-flexbox--2col-bricks .overview-item--style-2 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 3rem;
		line-height: 1.1
	}

	.pg-flexbox--2col-bricks .overview-item--style-2 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}
}

@media(min-width:48em)and (max-width:59.9375em) {

	.pg-flexbox--2col.flexbox-gap-h-normal .overview-item--style-5:after,
	.pg-flexbox--3col.flexbox-gap-h-normal .overview-item--style-5:after,
	.pg-flexbox--4col.flexbox-gap-h-normal .overview-item--style-5:after {
		content: "";
		display: block;
		height: calc(100% - 16.5px);
		position: absolute;
		top: 16.5px;
		right: -13px;
		border-left: 1px solid #fff
	}

	.pg-flexbox--2col.flexbox-gap-h-large .overview-item--style-5:after,
	.pg-flexbox--3col.flexbox-gap-h-large .overview-item--style-5:after,
	.pg-flexbox--4col.flexbox-gap-h-large .overview-item--style-5:after {
		content: "";
		display: block;
		height: calc(100% - 33px);
		position: absolute;
		top: 33px;
		right: -20px;
		border-left: 1px solid #fff
	}

	.pg-flexbox--2col :nth-child(even)>.overview-item--style-5,
	.pg-flexbox--3col :nth-child(even)>.overview-item--style-5,
	.pg-flexbox--4col :nth-child(even)>.overview-item--style-5 {
		border-right: none
	}

	.pg-flexbox--2col :nth-child(even)>.overview-item--style-5:after,
	.pg-flexbox--3col :nth-child(even)>.overview-item--style-5:after,
	.pg-flexbox--4col :nth-child(even)>.overview-item--style-5:after {
		content: none;
		display: none
	}

	.pg-flexbox--2col :nth-child(-n+2)>.overview-item--style-5,
	.pg-flexbox--3col :nth-child(-n+2)>.overview-item--style-5,
	.pg-flexbox--4col :nth-child(-n+2)>.overview-item--style-5 {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--2col :nth-child(-n+2)>.overview-item--style-5:after,
	.pg-flexbox--3col :nth-child(-n+2)>.overview-item--style-5:after,
	.pg-flexbox--4col :nth-child(-n+2)>.overview-item--style-5:after {
		top: 0
	}
}

@media(min-width:60em) {
	.flexbox-gap-h-normal .overview-item--style-5:after {
		content: "";
		display: block;
		height: calc(100% - 14px);
		position: absolute;
		top: 14px;
		right: -13px;
		border-left: 1px solid #fff
	}

	.flexbox-gap-h-large .overview-item--style-5:after {
		content: "";
		display: block;
		height: calc(100% - 33px);
		position: absolute;
		top: 33px;
		right: -25px;
		border-left: 1px solid #fff
	}

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.8rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 3rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1.1
	}

	.pg-flexbox--2col :nth-child(even)>.overview-item--style-5 {
		border-right: none
	}

	.pg-flexbox--2col :nth-child(even)>.overview-item--style-5:after {
		content: none;
		display: none
	}

	.pg-flexbox--2col :nth-child(-n+2)>.overview-item--style-5 {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--2col :nth-child(-n+2)>.overview-item--style-5:after {
		top: 0
	}

	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.2rem;
		line-height: 1.1;
		top: 40%
	}

	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.4rem;
		line-height: 1.1;
		top: 80%
	}

	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.6rem;
		line-height: 1.1;
		top: 65%
	}

	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link div.overview-item__description {
		font-size: 1.4rem;
		line-height: 1.1
	}

	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.6rem;
		line-height: 1.1;
		top: 60%
	}

	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.4rem;
		line-height: 1.1
	}

	.pg-flexbox--3col :nth-child(3n)>.overview-item--style-5 {
		border-right: none
	}

	.pg-flexbox--3col :nth-child(3n)>.overview-item--style-5:after {
		content: none;
		display: none
	}

	.pg-flexbox--3col :nth-child(-n+3)>.overview-item--style-5 {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--3col :nth-child(-n+3)>.overview-item--style-5:after {
		top: 0
	}

	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		top: 50%;
		font-size: 2.2rem;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title {
		top: 70%;
		font-size: 2.2rem;
		line-height: 1
	}

	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link div.overview-item__description {
		line-height: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		top: 65%;
		font-size: 2.2rem;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.pg-flexbox--4col.flexbox-gap-h-large .overview-item--style-2 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--4col.flexbox-gap-h-extra-large .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 2rem
	}

	.pg-flexbox--4col :nth-child(4n)>.overview-item--style-5 {
		border-right: none
	}

	.pg-flexbox--4col :nth-child(4n)>.overview-item--style-5:after {
		content: none;
		display: none
	}

	.pg-flexbox--4col :nth-child(-n+4)>.overview-item--style-5 {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--4col :nth-child(-n+4)>.overview-item--style-5:after {
		top: 0
	}

	.pg-flexbox--2col-bricks .pg-overview-item {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	.pg-flexbox--2col-bricks .pg-overview-item .overview-item__inner {
		height: 100%
	}

	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		top: 65%;
		font-size: 2.8rem;
		line-height: 1
	}

	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}
}

@media(min-width:71.25em) {
	.overview-item--style-1 .pg-overview-item__link .overview-item__inner {
		padding: 32px 50px
	}

	.overview-item--style-1 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.8rem;
		line-height: 1.1
	}

	.overview-item--style-1 .pg-overview-item__link div.overview-item__description {
		font-size: 1.8rem;
		line-height: 1.2
	}

	.pg-flexbox--2col .overview-item--style-1 .pg-overview-item__link .overview-item__inner {
		padding: 45px 50px
	}

	.pg-flexbox--2col .overview-item--style-1 .pg-overview-item__link h2.overview-item__title {
		font-size: 2.8rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-1 .pg-overview-item__link div.overview-item__description {
		font-size: 1.8rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 3.2rem;
		line-height: 1.1;
		padding: 0 80px
	}

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1.1;
		padding: 0 80px
	}

	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 4rem;
		line-height: 1.1;
		padding: 0 80px
	}

	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.8rem;
		line-height: 1.1;
		padding: 0 80px
	}

	.pg-flexbox--3col .overview-item--style-1 .pg-overview-item__link .overview-item__inner {
		padding: 45px 50px
	}

	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		top: 50%;
		font-size: 2.4rem;
		line-height: 1;
		padding: 0 40px
	}

	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1;
		top: 80%;
		padding: 0 40px
	}

	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title {
		font-size: 3.2rem;
		line-height: 1.1;
		top: 65%
	}

	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 3.2rem;
		line-height: 1.1;
		top: 60%
	}

	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem;
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		top: 50%;
		font-size: 2.2rem;
		line-height: 1
	}

	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		display: block;
		line-height: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title {
		top: 70%;
		font-size: 2.2rem;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link div.overview-item__description {
		display: block;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		top: 65%;
		font-size: 2.2rem;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		display: block;
		line-height: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.pg-flexbox--4col.flexbox-gap-h-extra-large .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 1.8rem
	}

	.pg-flexbox--4col.flexbox-gap-h-extra-large .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.6rem
	}

	.pg-flexbox--4col.flexbox-gap-h-extra-large .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--4col.flexbox-gap-h-extra-large .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 2rem;
		line-height: 1
	}

	.pg-flexbox--2col-bricks .overview-item--style-2 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		top: 65%;
		font-size: 3.2rem;
		line-height: 1.1
	}

	.pg-flexbox--2col-bricks .overview-item--style-2 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 1.8rem;
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}
}

@media(min-width:104.875em) {
	.pg-flexbox--2col .overview-item--style-1 .pg-overview-item__link .overview-item__inner {
		padding: 60px 100px
	}

	.pg-flexbox--2col .overview-item--style-1 .pg-overview-item__link h2.overview-item__title {
		font-size: 3.2rem;
		line-height: 1.1
	}

	.pg-flexbox--2col .overview-item--style-1 .pg-overview-item__link div.overview-item__description {
		font-size: 2rem;
		line-height: 1.2
	}

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 4.4rem;
		line-height: 1.2;
		padding: 0 100px
	}

	.pg-flexbox--2col .overview-item--style-2 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 2rem;
		line-height: 1.2;
		padding: 0 100px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}

	.pg-flexbox--3col .overview-item--style-1 .pg-overview-item__link .overview-item__inner {
		padding: 60px 80px
	}

	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		font-size: 3.2rem;
		line-height: 1.15;
		padding: 0 80px
	}

	.pg-flexbox--3col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		font-size: 1.8rem;
		line-height: 1.1;
		padding: 0 80px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}

	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		font-size: 4rem;
		line-height: 1.15;
		padding: 0 80px
	}

	.pg-flexbox--3col .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--3col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 2rem;
		line-height: 1.15;
		padding: 0 80px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}

	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link h2.overview-item__title {
		top: 50%;
		font-size: 2.2rem;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-2 .pg-overview-item__link div.overview-item__description {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link h2.overview-item__title {
		top: 70%;
		font-size: 2.2rem;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-3 .pg-overview-item__link div.overview-item__description {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		top: 65%;
		font-size: 2.2rem;
		line-height: 1.1
	}

	.pg-flexbox--4col .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}

	.pg-flexbox--2col-bricks .overview-item--style-2 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link h2.overview-item__title,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link h2.overview-item__title {
		top: 70%;
		font-size: 3.4rem;
		line-height: 1.1
	}

	.pg-flexbox--2col-bricks .overview-item--style-2 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col-bricks .overview-item--style-3 .pg-overview-item__link div.overview-item__description,
	.pg-flexbox--2col-bricks .overview-item--style-4 .pg-overview-item__link div.overview-item__description {
		font-size: 2rem;
		line-height: 1.1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}
}

.bg-primary-blue-6>.pg-flexbox-item .overview-item--style-5,
.bg-primary-blue-10>.pg-flexbox-item .overview-item--style-5,
.bg-primary-blue-20>.pg-flexbox-item .overview-item--style-5 {
	border-top-color: #004c69
}

.bg-primary-blue-6>.pg-flexbox-item .overview-item--style-5:after,
.bg-primary-blue-10>.pg-flexbox-item .overview-item--style-5:after,
.bg-primary-blue-20>.pg-flexbox-item .overview-item--style-5:after {
	border-color: #004c69
}

.bg-secondary-blue-10>.pg-flexbox-item .overview-item--style-5,
.bg-secondary-blue-20>.pg-flexbox-item .overview-item--style-5 {
	border-top-color: #004c69
}

.bg-secondary-blue-10>.pg-flexbox-item .overview-item--style-5:after,
.bg-secondary-blue-20>.pg-flexbox-item .overview-item--style-5:after {
	border-color: #004c69
}

.bg-primary-green-20>.pg-flexbox-item .overview-item--style-5 {
	border-top-color: #b2d235
}

.bg-primary-green-20>.pg-flexbox-item .overview-item--style-5:after {
	border-color: #b2d235
}

.bg-secondary-orange-20>.pg-flexbox-item .overview-item--style-5 {
	border-top-color: #f59c00
}

.bg-secondary-orange-20>.pg-flexbox-item .overview-item--style-5:after {
	border-color: #f59c00
}

.bg-secondary-brown-20>.pg-flexbox-item .overview-item--style-5 {
	border-top-color: #b1958a
}

.bg-secondary-brown-20>.pg-flexbox-item .overview-item--style-5:after {
	border-color: #b1958a
}

.pg-stat-ov-item {
	width: 100%
}

.pg-stat-ov-item a {
	text-decoration: none
}

.pg-stat-ov-item a:link h2.stat-ov-item__title {
	text-decoration: underline
}

.pg-stat-ov-item a .stat-ov-item__inner {
	padding: 12px 22px;
	text-align: center
}

.pg-stat-ov-item a h2.stat-ov-item__title {
	font-size: 4.8rem;
	line-height: 1.1;
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
	color: #004c69
}

.bg-primary-blue .pg-stat-ov-item a h2.stat-ov-item__title {
	color: #b2d235
}

.bg-secondary-brown .pg-stat-ov-item a h2.stat-ov-item__title {
	color: #fdebcc
}

.bg-secondary-orange .pg-stat-ov-item a h2.stat-ov-item__title,
.bg-primary-blue-50 .pg-stat-ov-item a h2.stat-ov-item__title {
	color: #fff
}

.pg-stat-ov-item a div.stat-ov-item__description {
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color: #004c69
}

.bg-primary-blue .pg-stat-ov-item a div.stat-ov-item__description,
.bg-secondary-brown .pg-stat-ov-item a div.stat-ov-item__description,
.bg-secondary-orange .pg-stat-ov-item a div.stat-ov-item__description,
.bg-primary-blue-50 .pg-stat-ov-item a div.stat-ov-item__description {
	color: #fff
}

.pg-stat-ov-item div.stat-ov-item__icon {
	text-align: center;
	font-size: 10rem
}

.flexbox-gap-v-normal .pg-flexbox-item>.pg-stat-ov-item {
	margin-top: -14px;
	padding-top: 14px;
	height: calc(100% + 14px)
}

.flexbox-gap-v-large .pg-flexbox-item>.pg-stat-ov-item {
	margin-top: -33px;
	padding-top: 33px;
	height: calc(100% + 33px)
}

.pg-flexbox-item .pg-stat-ov-item {
	border-top: 1px solid #fff
}

.pg-flexbox-item:first-child>.pg-stat-ov-item {
	border-top: none;
	padding-top: 0;
	margin-top: 0
}

a.pg-stat-ov-item__no-link {
	cursor: default
}

@media(min-width:48em) {
	.pg-flexbox--2col-bricks .pg-stat-ov-item {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	.pg-flexbox--2col-bricks .pg-stat-ov-item .stat-ov-item__inner {
		height: 100%
	}
}

@media(min-width:48em)and (max-width:59.9375em) {

	.pg-flexbox--2col.flexbox-gap-h-normal .pg-stat-ov-item:after,
	.pg-flexbox--3col.flexbox-gap-h-normal .pg-stat-ov-item:after,
	.pg-flexbox--4col.flexbox-gap-h-normal .pg-stat-ov-item:after {
		content: "";
		display: block;
		height: calc(100% - 16.5px);
		position: absolute;
		top: 16.5px;
		right: -13px;
		border-left: 1px solid #fff
	}

	.pg-flexbox--2col.flexbox-gap-h-large .pg-stat-ov-item:after,
	.pg-flexbox--3col.flexbox-gap-h-large .pg-stat-ov-item:after,
	.pg-flexbox--4col.flexbox-gap-h-large .pg-stat-ov-item:after {
		content: "";
		display: block;
		height: calc(100% - 33px);
		position: absolute;
		top: 33px;
		right: -20px;
		border-left: 1px solid #fff
	}

	.pg-flexbox--2col :nth-child(even)>.pg-stat-ov-item,
	.pg-flexbox--3col :nth-child(even)>.pg-stat-ov-item,
	.pg-flexbox--4col :nth-child(even)>.pg-stat-ov-item {
		border-right: none
	}

	.pg-flexbox--2col :nth-child(even)>.pg-stat-ov-item:after,
	.pg-flexbox--3col :nth-child(even)>.pg-stat-ov-item:after,
	.pg-flexbox--4col :nth-child(even)>.pg-stat-ov-item:after {
		content: none;
		display: none
	}

	.pg-flexbox--2col :nth-child(-n+2)>.pg-stat-ov-item,
	.pg-flexbox--3col :nth-child(-n+2)>.pg-stat-ov-item,
	.pg-flexbox--4col :nth-child(-n+2)>.pg-stat-ov-item {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--2col :nth-child(-n+2)>.pg-stat-ov-item:after,
	.pg-flexbox--3col :nth-child(-n+2)>.pg-stat-ov-item:after,
	.pg-flexbox--4col :nth-child(-n+2)>.pg-stat-ov-item:after {
		top: 0
	}
}

@media(min-width:60em) {
	.flexbox-gap-h-normal .pg-stat-ov-item:after {
		content: "";
		display: block;
		height: calc(100% - 14px);
		position: absolute;
		top: 14px;
		right: -13px;
		border-left: 1px solid #fff
	}

	.flexbox-gap-h-large .pg-stat-ov-item:after {
		content: "";
		display: block;
		height: calc(100% - 33px);
		position: absolute;
		top: 33px;
		right: -25px;
		border-left: 1px solid #fff
	}

	.pg-flexbox--2col :nth-child(even)>.pg-stat-ov-item {
		border-right: none
	}

	.pg-flexbox--2col :nth-child(even)>.pg-stat-ov-item:after {
		content: none;
		display: none
	}

	.pg-flexbox--2col :nth-child(-n+2)>.pg-stat-ov-item {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--2col :nth-child(-n+2)>.pg-stat-ov-item:after {
		top: 0
	}

	.pg-flexbox--3col :nth-child(3n)>.pg-stat-ov-item {
		border-right: none
	}

	.pg-flexbox--3col :nth-child(3n)>.pg-stat-ov-item:after {
		content: none;
		display: none
	}

	.pg-flexbox--3col :nth-child(-n+3)>.pg-stat-ov-item {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--3col :nth-child(-n+3)>.pg-stat-ov-item:after {
		top: 0
	}

	.pg-flexbox--4col :nth-child(4n)>.pg-stat-ov-item {
		border-right: none
	}

	.pg-flexbox--4col :nth-child(4n)>.pg-stat-ov-item:after {
		content: none;
		display: none
	}

	.pg-flexbox--4col :nth-child(-n+4)>.pg-stat-ov-item {
		border-top: none;
		padding-top: 0;
		margin-top: 0
	}

	.pg-flexbox--4col :nth-child(-n+4)>.pg-stat-ov-item:after {
		top: 0
	}

	.pg-flexbox--2col-bricks .pg-stat-ov-item {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	.pg-flexbox--2col-bricks .pg-stat-ov-item .stat-ov-item__inner {
		height: 100%
	}
}

@media(min-width:104.875em) {
	.pg-stat-ov-item div.stat-ov-item__icon {
		font-size: 12rem
	}
}

.pg-stat-ov-item.color-scheme-1 {
	border-top-color: #fff
}

.pg-stat-ov-item.color-scheme-1:after {
	border-color: #fff
}

.pg-stat-ov-item.color-scheme-1 div.stat-ov-item__icon {
	color: #fff
}

.pg-stat-ov-item.color-scheme-1 h2.stat-ov-item__title {
	color: #b2d235
}

.pg-stat-ov-item.color-scheme-1 a div.stat-ov-item__description {
	color: #fff
}

.pg-stat-ov-item.color-scheme-2 {
	border-top-color: #fff
}

.pg-stat-ov-item.color-scheme-2:after {
	border-color: #fff
}

.pg-stat-ov-item.color-scheme-2 div.stat-ov-item__icon {
	color: #fff
}

.pg-stat-ov-item.color-scheme-2 h2.stat-ov-item__title {
	color: #004c69
}

.pg-stat-ov-item.color-scheme-2 a div.stat-ov-item__description {
	color: #fff
}

.pg-stat-ov-item.color-scheme-3 {
	border-top-color: #fff
}

.pg-stat-ov-item.color-scheme-3:after {
	border-color: #fff
}

.pg-stat-ov-item.color-scheme-3 div.stat-ov-item__icon {
	color: #fff
}

.pg-stat-ov-item.color-scheme-3 h2.stat-ov-item__title {
	color: #fdebcc
}

.pg-stat-ov-item.color-scheme-3 a div.stat-ov-item__description {
	color: #fff
}

.pg-stat-ov-item.color-scheme-4 {
	border-top-color: #b2d235
}

.pg-stat-ov-item.color-scheme-4:after {
	border-color: #b2d235
}

.pg-stat-ov-item.color-scheme-4 div.stat-ov-item__icon {
	color: #b2d235
}

.pg-stat-ov-item.color-scheme-4 h2.stat-ov-item__title {
	color: #004c69
}

.pg-stat-ov-item.color-scheme-4 a div.stat-ov-item__description {
	color: #004c69
}

.pg-stat-ov-item.color-scheme-5 {
	border-top-color: #004c69
}

.pg-stat-ov-item.color-scheme-5:after {
	border-color: #004c69
}

.pg-stat-ov-item.color-scheme-5 div.stat-ov-item__icon {
	color: #004c69
}

.pg-stat-ov-item.color-scheme-5 h2.stat-ov-item__title {
	color: #004c69
}

.pg-stat-ov-item.color-scheme-5 a div.stat-ov-item__description {
	color: #004c69
}

.pg-stat-ov-item.color-scheme-6 {
	border-top-color: #fff
}

.pg-stat-ov-item.color-scheme-6:after {
	border-color: #fff
}

.pg-stat-ov-item.color-scheme-6 div.stat-ov-item__icon {
	color: #fff
}

.pg-stat-ov-item.color-scheme-6 h2.stat-ov-item__title {
	color: #fff
}

.pg-stat-ov-item.color-scheme-6 a div.stat-ov-item__description {
	color: #fff
}

a.pg-publication__outer-link:link {
	text-decoration: none
}

a.pg-publication__outer-link:focus-visible .pg-publication {
	outline: 3px solid #f59c00
}

a.pg-publication__outer-link:active .pg-publication {
	background-color: #ccdbe1;
	border-color: #004c69
}

.pg-publication {
	margin-bottom: 1.6rem;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	gap: 16px;
	padding: 16px
}

.pg-publication:hover {
	background-color: #e6edf0;
	border-color: #004c69
}

.pg-publication .pg-publication__thumbnail {
	flex-grow: 0;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.pg-publication .pg-publication__thumbnail img {
	max-height: 100%
}

.pg-publication .pg-publication__info_container {
	flex-grow: 1;
	font-size: 1.4rem
}

.pg-publication .pg-publication__title {
	color: #004c69;
	font-weight: 500;
	font-size: 1.6rem;
	text-decoration: none
}

.pg-publication .pg-publication__caption {
	color: #646464;
	text-decoration: none
}

.pg-publication .pg-publication__file-info {
	color: #7b7b7b;
	text-decoration: none
}

.pg-publication .pg-publication__file-info .pg-publication__file-info__type {
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #7b7b7b
}

.pg-publication.is-download {
	padding-right: 56px
}

.pg-publication.is-download:after {
	content: "file_download";
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 16px;
	font-family: "Material Icons Outlined";
	font-size: 24px;
	line-height: 1
}

.pg-publication--thumbnail--default-thumb {
	font-size: 60px
}

.pg-publication.pg-publication--compact {
	margin-bottom: 0;
	border: none
}

.pg-publication.pg-publication--compact .pg-publication__thumbnail {
	background-color: unset;
	width: 24px;
	height: 24px
}

.pg-publication.pg-publication--compact .pg-publication--thumbnail--default-thumb {
	font-size: 24px
}

@media(min-width:48em) {
	.pg-publication .pg-publication__thumbnail {
		align-self: center;
		flex-grow: 0;
		width: 128px;
		height: 128px
	}

	.pg-publication .pg-publication__info_container {
		font-size: 1.6rem
	}

	.pg-publication .pg-publication__title {
		font-size: 2rem
	}

	.pg-publication--thumbnail--default-thumb {
		font-size: 80px
	}

	.pg-publication.pg-publication--compact .pg-publication__thumbnail {
		width: 32px;
		height: 32px
	}

	.pg-publication.pg-publication--compact .pg-publication--thumbnail--default-thumb {
		font-size: 32px
	}
}

.pg-table {
	margin-bottom: 3rem
}

.pg-table caption {
	caption-side: bottom;
	margin-top: .5rem;
	font-size: 1.6rem
}

.pg-table.pg--unpublished table th {
	opacity: 50%
}

.pg-table.pg--unpublished table td {
	background-color: rgba(0, 0, 0, 0)
}

.tablefield-wrapper {
	overflow-x: auto
}

.tablefield-export-link {
	display: inline-block;
	margin-bottom: 0;
	position: absolute;
	font-size: 1rem;
	z-index: 2;
	right: 5px;
	bottom: 5px
}

.tablefield-export-link a {
	padding: 3px;
	margin-left: 0;
	background-color: #fff;
	border-radius: 20px;
	border: 1px dashed #004c69;
	color: #004c69;
	text-decoration: none
}

.tablefield-export-link a:hover {
	text-decoration: none;
	color: #b2d235;
	border-color: #b2d235
}

@media(min-width:0)and (max-width:47.9375em) {
	.table-mobile-scroll .tablefield-wrapper {
		white-space: nowrap
	}
}

@media(min-width:48em) {
	.tablefield-wrapper {
		position: relative;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

@media(min-width:60em) {
	.table-behavior-fixed-width .tablefield-wrapper {
		white-space: normal;
		overflow-x: auto
	}

	.table-behavior-fixed-col .tablefield-wrapper,
	.table-behavior-scroll .tablefield-wrapper {
		white-space: nowrap
	}

	.table-behavior-fixed-col {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		overflow: hidden
	}

	.table-behavior-fixed-col table {
		overflow-x: scroll
	}

	.table-behavior-fixed-col table td:first-child,
	.table-behavior-fixed-col table th:first-child {
		position: sticky;
		left: 0;
		z-index: 1
	}

	.table-behavior-fixed-width .tablefield-wrapper {
		white-space: unset
	}
}

.pg-container>div>.paragraph--pg-table:last-child {
	margin-bottom: 0
}

.pg-social-share {
	display: block;
	width: auto;
	clear: both;
	margin-bottom: 3rem
}

.pg-social-share ul.links {
	background: #004c69;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	padding: 10px 15px
}

.pg-social-share ul.links li {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 10px
}

.pg-social-share ul.links li a {
	display: inline-block;
	color: #fff;
	text-decoration: none
}

.pg-social-share ul.links li a:hover {
	color: #fff;
	text-shadow: 0 0 6px #fff
}

.pg-social-share ul.links li a:focus-visible {
	outline-offset: 4px
}

.pg-social-share ul.links li:last-child {
	margin-right: 0px
}

.pg-video {
	margin-bottom: 3rem
}

.pg-profile {
	display: flex;
	flex-flow: column;
	padding: 20px 0 0 0;
	border: 1px solid #ccdbe1;
	background-color: #fff;
	align-items: center;
	align-content: space-between;
	max-width: 500px;
	border-radius: 20px;
	gap: 20px;
	overflow: hidden
}

.pg-profile .pg-profile__details {
	padding: 16px 12px 9px;
	background-color: #e7f1fa;
	width: 100%;
	text-align: center;
	flex-grow: 1;
	min-height: 91px
}

.pg-profile .pg-profile__title {
	margin: 0 0 4px 0;
	font-size: 1.8rem;
	font-weight: 700;
	color: #004c69;
	text-align: center
}

.pg-profile .pg-profile__description {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 0
}

.pg-flexbox-item>.pg-profile {
	height: 100%
}

.pg-dt-step__previous {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69
}

.pg-dt-step__previous.has-icon {
	gap: 10px
}

.pg-dt-step__previous.has-icon .icon {
	font-size: 2.4rem
}

.pg-dt-step__previous:focus-visible {
	outline: 4px solid #f59c00
}

.pg-dt-step__previous:hover {
	background-color: #e6edf0
}

.pg-dt-step__previous:active {
	background-color: #ccdbe1
}

.pg-dt-step__previous:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.answer-button {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 18px 20px;
	margin: 20px 0;
	background-color: #fff;
	border: 1px solid #004c69;
	border-radius: 4px;
	color: #004c69;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	cursor: pointer
}

.answer-button:hover {
	background-color: #e6edf0;
	color: #004c69
}

.answer-button:focus {
	background-color: #e6edf0
}

.answer-button[aria-checked=true] {
	background-color: #d8e89a
}

.answer-button[aria-checked=true]:focus,
.answer-button[aria-checked=true]:hover {
	background-color: #e8f2c2
}

.answer-button__icon {
	display: inline;
	height: 40px;
	font-size: 40px;
	margin-left: 20px;
	margin-right: 20px
}

.answer-button__text {
	flex-grow: 1;
	display: inline;
	float: none;
	width: unset;
	height: unset;
	line-height: unset;
	margin-left: 20px;
	text-decoration: none
}

@media(min-width:48em) {
	.pg-dt-step__answers {
		margin-top: 32px;
		display: flex;
		flex-flow: row wrap
	}

	.pg-dt-answer {
		max-width: 250px;
		margin: 10px 35px 35px 0;
		position: relative
	}

	.answer-button {
		margin: 0;
		height: 100%;
		width: auto;
		display: block;
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
		line-height: 22px
	}

	.answer-button__icon {
		display: inline-block;
		height: 50px;
		margin-bottom: 18px;
		font-size: 50px
	}

	.answer-button__text {
		display: block;
		margin-left: 20px;
		margin-right: 20px
	}
}

.margin-bottom-normal {
	margin-bottom: 68px
}

.pg-divider {
	background-color: #e7f1fa;
	height: 2px;
	margin-bottom: 2rem
}

@media(min-width:48em) {
	.pg-divider {
		border-radius: 2px;
		height: 4px
	}
}

@media(min-width:60em) {
	.pg-divider {
		margin-bottom: 3rem
	}
}

@media(min-width:71.25em) {
	.pg-divider {
		margin-bottom: 4rem
	}
}

.pg-blog-teaser {
	margin-bottom: 20px
}

.pg-flexmail iframe {
	min-height: 16.5rem
}

.pg-medallia iframe {
	min-height: 16.5rem
}

.pg-tabs {
	margin-bottom: 3rem
}

.pg-step:last-child .pg-step__line,
.pg-step:last-child .pg-step__separator {
	display: none
}

.pg-step__wrapper {
	position: relative;
	padding: 8px 0 32px
}

.pg-step__wrapper p:last-of-type {
	margin-bottom: 0
}

.pg-step__number {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #87bbe6;
	color: #fff;
	text-align: center;
	font-weight: 700;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

.pg-step--empty .pg-step__number,
.pg-step--empty .pg-step__content .pg-step__title {
	cursor: default
}

.pg-step--checkmark .pg-step__number {
	font-family: "Material Icons Outlined";
	font-size: 24px
}

.pg-step__line {
	position: absolute;
	bottom: 0;
	top: 56px;
	background-color: #87bbe6;
	margin-left: 18px;
	width: 4px;
	border-radius: 4px;
	margin-bottom: 8px;
	transition: margin-bottom .4s linear, bottom .4s linear
}

.pg-step__line:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	transition: bottom .4s linear;
	background-color: #87bbe6;
	height: 4px;
	width: 4px;
	border-radius: 4px
}

.pg-step__content {
	margin-left: 56px;
	min-height: 40px;
	color: #333
}

.pg-step__content .pg-step__title {
	display: flex;
	position: relative;
	align-items: center;
	margin: 0 0 16px 0;
	min-height: 40px;
	font-size: 1.8rem;
	cursor: pointer;
	padding-right: 30px
}

.pg-step__content .pg-step__title:focus-visible {
	outline: 3px solid #f59c00;
	border-radius: 4px;
	outline-offset: 4px;
	padding-left: 60px;
	margin-left: -60px
}

.pg-step__content .pg-step__title:after {
	content: "expand_less";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-family: "Material Icons Outlined";
	font-size: 24px;
	font-weight: 400;
	transform: rotate(-180deg);
	transition: transform .4s linear
}

.pg-step--empty .pg-step__content .pg-step__title:after {
	display: none
}

.pg-step__content>.pg-step__paragraphs {
	opacity: 0;
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .4s linear, opacity .4s linear
}

.pg-step__content>.pg-step__paragraphs>.pg-step__paragraphs-inner {
	overflow: hidden
}

.pg-step.open .pg-step__line {
	bottom: 16px;
	margin-bottom: 4px
}

.pg-step.open .pg-step__line:after {
	content: "";
	display: block;
	bottom: -12px
}

.pg-step.open .pg-step__content>.pg-step__paragraphs {
	grid-template-rows: 1fr;
	opacity: 1
}

.pg-step.open .pg-step__title:after {
	transform: rotate(0deg)
}

@media(min-width:48em) {
	.pg-step__number {
		font-size: 2rem
	}

	.pg-step--checkmark .pg-step__number {
		font-size: 20px
	}

	.pg-step__content .pg-step__title {
		font-size: 2rem
	}
}

@media print {
	.pg-step .pg-step__line {
		bottom: 16px;
		margin-bottom: 4px
	}

	.pg-step .pg-step__line:after {
		content: "";
		display: block;
		bottom: -12px
	}

	.pg-step .pg-step__content>.pg-step__paragraphs {
		grid-template-rows: 1fr;
		opacity: 1
	}

	.pg-step .pg-step__title:after {
		transform: rotate(0deg)
	}
}

.pg-quote figure>blockquote {
	margin-bottom: 12px
}

.pg-quote figcaption {
	margin-bottom: 24px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	color: #646464
}

@media(min-width:48em) {
	.pg-quote figcaption {
		font-size: 1.8rem
	}
}

.pg--unpublished {
	background-image: url(../images/unpublished.svg);
	background-size: contain
}

.documents-page .search-page-form-block,
.search-page .search-page-form-block {
	background-color: #e7f1fa;
	padding: 15px 22px;
	margin-top: 15px
}

.documents-page .search-page-form-block .form-actions,
.search-page .search-page-form-block .form-actions {
	display: none
}

.documents-page .search-page-form-block .form-item,
.search-page .search-page-form-block .form-item {
	margin-bottom: 0
}

.documents-page .search-page-form-block label,
.search-page .search-page-form-block label {
	display: block;
	font-weight: 700;
	font-size: 2.4rem;
	color: #004c69;
	margin-bottom: 12px
}

.documents-page #block-subsite,
.search-page #block-subsite {
	margin-bottom: 10px
}

.documents-page #block-subsite .facets-widget-links,
.search-page #block-subsite .facets-widget-links {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 8px;
	width: unset;
	height: unset;
	font-size: 1.4rem;
	padding: 16px 24px 16px 66px;
	border: 1px solid #4581b2
}

@media(min-width:60em) {

	.documents-page #block-subsite .facets-widget-links,
	.search-page #block-subsite .facets-widget-links {
		font-size: 1.6rem
	}
}

@media(min-width:60em) {

	.documents-page #block-subsite .facets-widget-links,
	.search-page #block-subsite .facets-widget-links {
		padding: 20px 20px 20px 115px
	}
}

.documents-page #block-subsite .facets-widget-links:before,
.documents-page #block-subsite .facets-widget-links:after,
.search-page #block-subsite .facets-widget-links:before,
.search-page #block-subsite .facets-widget-links:after {
	position: absolute;
	content: "";
	margin: 0;
	width: 50px;
	height: unset;
	left: 0;
	right: unset;
	top: -15%;
	bottom: -15%;
	border-top-right-radius: 150px 1200px;
	border-bottom-right-radius: 150px 1200px
}

@media(min-width:60em) {

	.documents-page #block-subsite .facets-widget-links:before,
	.documents-page #block-subsite .facets-widget-links:after,
	.search-page #block-subsite .facets-widget-links:before,
	.search-page #block-subsite .facets-widget-links:after {
		width: 85px;
		border-top-right-radius: 200px 1200px;
		border-bottom-right-radius: 200px 1200px
	}
}

.documents-page #block-subsite .facets-widget-links:before,
.search-page #block-subsite .facets-widget-links:before {
	background-image: none;
	opacity: .6;
	animation: message-icon-pulse-animation 5s ease-in-out 1s infinite
}

.documents-page #block-subsite .facets-widget-links:after,
.search-page #block-subsite .facets-widget-links:after {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 13px center
}

@media(min-width:60em) {

	.documents-page #block-subsite .facets-widget-links:after,
	.search-page #block-subsite .facets-widget-links:after {
		background-size: 36px 36px;
		background-position: 25px center
	}
}

.documents-page #block-subsite .facets-widget-links a:not(.content-link),
.search-page #block-subsite .facets-widget-links a:not(.content-link) {
	color: #000;
	text-decoration: underline
}

.documents-page #block-subsite .facets-widget-links p,
.search-page #block-subsite .facets-widget-links p {
	color: #000
}

.documents-page #block-subsite .facets-widget-links p:last-child,
.search-page #block-subsite .facets-widget-links p:last-child {
	margin-bottom: 0
}

.documents-page #block-subsite .facets-widget-links *:first-child,
.search-page #block-subsite .facets-widget-links *:first-child {
	margin-top: 0
}

.documents-page #block-subsite .facets-widget-links h2:first-child,
.documents-page #block-subsite .facets-widget-links h3:first-child,
.documents-page #block-subsite .facets-widget-links h4:first-child,
.documents-page #block-subsite .facets-widget-links .pg-title:first-child,
.search-page #block-subsite .facets-widget-links h2:first-child,
.search-page #block-subsite .facets-widget-links h3:first-child,
.search-page #block-subsite .facets-widget-links h4:first-child,
.search-page #block-subsite .facets-widget-links .pg-title:first-child {
	margin-top: 0
}

.documents-page #block-subsite .facets-widget-links:before,
.search-page #block-subsite .facets-widget-links:before {
	background-color: #4581b2
}

.documents-page #block-subsite .facets-widget-links:after,
.search-page #block-subsite .facets-widget-links:after {
	background-image: url(../images/Info_outline_white.svg);
	background-color: #4581b2
}

.documents-page #block-subsite .facets-widget-links strong,
.documents-page #block-subsite .facets-widget-links h1,
.documents-page #block-subsite .facets-widget-links h2,
.documents-page #block-subsite .facets-widget-links h3,
.documents-page #block-subsite .facets-widget-links h4,
.search-page #block-subsite .facets-widget-links strong,
.search-page #block-subsite .facets-widget-links h1,
.search-page #block-subsite .facets-widget-links h2,
.search-page #block-subsite .facets-widget-links h3,
.search-page #block-subsite .facets-widget-links h4 {
	color: #4581b2
}

.documents-page #block-subsite .facets-widget-links .facets__intro,
.search-page #block-subsite .facets-widget-links .facets__intro {
	display: inline-block;
	margin-right: 8px
}

.documents-page #block-subsite .facets-widget-links ul,
.search-page #block-subsite .facets-widget-links ul {
	display: inline
}

.documents-page #block-subsite .facets-widget-links ul li.facet-item,
.search-page #block-subsite .facets-widget-links ul li.facet-item {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top: 4px
}

.documents-page #block-subsite .facets-widget-links ul li.facet-item a,
.search-page #block-subsite .facets-widget-links ul li.facet-item a {
	padding-bottom: 2px;
	line-height: 100%;
	color: #004c69;
	text-decoration: none;
	border-bottom: 1px solid #004c69
}

.documents-page #block-subsite .facets-widget-links ul li.facet-item a.is-active,
.search-page #block-subsite .facets-widget-links ul li.facet-item a.is-active {
	border-bottom: 2px solid #b2d235;
	font-weight: bold
}

.documents-page .search-result,
.search-page .search-result {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 2.4rem;
	margin-bottom: .4rem;
	font-size: 1.6rem
}

.documents-page .search-result .breadcrumb,
.search-page .search-result .breadcrumb {
	margin-bottom: 20px
}

.documents-page .search-result .breadcrumb li,
.search-page .search-result .breadcrumb li {
	color: #6694a5
}

.documents-page .search-result .breadcrumb li a,
.search-page .search-result .breadcrumb li a {
	color: #6694a5
}

.documents-page .search-result strong,
.search-page .search-result strong {
	color: #004c69
}

.documents-page .search-result .media--type-file h2,
.search-page .search-result .media--type-file h2 {
	background-image: url(../images/Document.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 36px
}

.documents-page .search-result .media--type-file .file-details,
.search-page .search-result .media--type-file .file-details {
	margin-top: 18px
}

.documents-page .search-result:last-of-type,
.search-page .search-result:last-of-type {
	margin-bottom: 40px
}

.documents-page .no-search-results,
.search-page .no-search-results {
	margin-bottom: 100px
}

.documents-page .pager,
.search-page .pager {
	margin-bottom: 40px
}

@media(min-width:48em) {

	.documents-page .search-page-form-block,
	.search-page .search-page-form-block {
		padding: 35px;
		border-radius: 12px
	}

	.documents-page .search-page-form-block .form-item-search,
	.search-page .search-page-form-block .form-item-search {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center
	}

	.documents-page .search-page-form-block .form-item,
	.search-page .search-page-form-block .form-item {
		margin-bottom: 0
	}

	.documents-page .search-page-form-block label,
	.search-page .search-page-form-block label {
		display: inline-block;
		font-size: 2.6rem;
		line-height: 1.2;
		margin-right: 20px;
		margin-bottom: 0
	}

	.documents-page .search-page-form-block input,
	.search-page .search-page-form-block input {
		max-width: 50%
	}
}

@media(min-width:60em) {

	.documents-page .search-page-form-block,
	.search-page .search-page-form-block {
		padding: 30px;
		margin-top: 30px;
		margin-bottom: 30px
	}

	.documents-page .search-page-form-block label,
	.search-page .search-page-form-block label {
		font-size: 3.2rem;
		margin-right: 28px
	}

	.documents-page #block-subsite,
	.search-page #block-subsite {
		margin-bottom: 20px
	}

	.documents-page #block-subsite .facets-widget-links .facets__intro,
	.search-page #block-subsite .facets-widget-links .facets__intro {
		margin-right: 20px
	}

	.documents-page #block-subsite .facets-widget-links ul,
	.search-page #block-subsite .facets-widget-links ul {
		row-gap: 10px
	}

	.documents-page #block-subsite .facets-widget-links ul li.facet-item,
	.search-page #block-subsite .facets-widget-links ul li.facet-item {
		margin-right: 20px
	}

	.documents-page #block-subsite .facets-widget-links ul li.facet-item a,
	.search-page #block-subsite .facets-widget-links ul li.facet-item a {
		padding-bottom: 2px
	}

	.documents-page #block-subsite .facets-widget-links ul li.facet-item a.is-active,
	.search-page #block-subsite .facets-widget-links ul li.facet-item a.is-active {
		border-bottom: 3px solid #b2d235
	}

	.documents-page .search-result,
	.search-page .search-result {
		font-size: 1.8rem;
		padding-bottom: 3.4rem
	}

	.documents-page .search-result .media--type-file h2,
	.search-page .search-result .media--type-file h2 {
		background-size: 24px 24px;
		padding-left: 40px;
		margin-bottom: 20px
	}

	.documents-page .search-result .media--type-file .file-details,
	.search-page .search-result .media--type-file .file-details {
		margin-top: 20px
	}

	.documents-page .search-result:last-of-type,
	.search-page .search-result:last-of-type {
		margin-bottom: 64px
	}

	.documents-page .search-no-results,
	.search-page .search-no-results {
		position: relative;
		min-height: 320px
	}

	.documents-page .search-no-results>*,
	.search-page .search-no-results>* {
		max-width: calc(100% - 330px)
	}

	.documents-page .search-no-results:after,
	.search-page .search-no-results:after {
		content: "zoeken";
		position: absolute;
		text-align: center;
		font-family: "fluvius-icons" !important;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		text-transform: none;
		font-size: 1.6rem;
		line-height: 1;
		speak: none;
		letter-spacing: 0;
		-ms-font-feature-settings: "liga" 1;
		font-feature-settings: "liga";
		font-variant-ligatures: discretionary-ligatures;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 270px;
		top: 0;
		right: 0;
		color: #ccdbe1;
		width: 330px
	}

	.documents-page .pager,
	.search-page .pager {
		margin-bottom: 44px
	}
}

@media(min-width:71.25em) {

	.documents-page .search-page-form-block,
	.search-page .search-page-form-block {
		padding: 35px;
		margin-top: 40px;
		margin-bottom: 40px
	}

	.documents-page .search-page-form-block label,
	.search-page .search-page-form-block label {
		font-size: 3.6rem;
		margin-right: 30px
	}

	.documents-page .search-result,
	.search-page .search-result {
		padding-bottom: 3.6rem
	}

	.documents-page .search-result:last-of-type,
	.search-page .search-result:last-of-type {
		margin-bottom: 76px
	}

	.documents-page .search-no-results,
	.search-page .search-no-results {
		position: relative;
		min-height: 380px
	}

	.documents-page .search-no-results>*,
	.search-page .search-no-results>* {
		max-width: calc(100% - 460px)
	}

	.documents-page .search-no-results:after,
	.search-page .search-no-results:after {
		font-size: 330px;
		width: 460px
	}

	.documents-page .pager,
	.search-page .pager {
		margin-bottom: 64px
	}
}

@media(min-width:104.875em) {

	.documents-page .search-page-form-block,
	.search-page .search-page-form-block {
		margin-top: 45px;
		margin-bottom: 45px
	}

	.documents-page .search-page-form-block label,
	.search-page .search-page-form-block label {
		font-size: 4rem;
		margin-right: 32px
	}

	.documents-page .search-result,
	.search-page .search-result {
		padding-bottom: 4rem
	}

	.documents-page .search-no-results,
	.search-page .search-no-results {
		position: relative;
		min-height: 380px
	}

	.documents-page .search-no-results>*,
	.search-page .search-no-results>* {
		max-width: calc(100% - 700px)
	}

	.documents-page .search-no-results:after,
	.search-page .search-no-results:after {
		font-size: 360px;
		width: 700px
	}
}

.blog-home-page .block-breadcrumb {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px
}

.blog-home-page .block-breadcrumb::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.blog-home-page .block-breadcrumb {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

.blog-home-page .views-infinite-scroll-content-wrapper.clearfix:after {
	display: none
}

.blog-home-page .blog-intro {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	background-color: #f0f4f6
}

.blog-home-page .blog-intro::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.blog-home-page .blog-intro {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

.blog-home__first_item {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f0f4f6;
	padding-bottom: 40px;
	padding-top: 20px;
	border-bottom: 1px solid #b1b1b1
}

.blog-home__first_item::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.blog-home__first_item {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

.blog-home__first_item article {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px
}

.blog-home__first_item article img {
	height: auto;
	border-radius: 15px
}

.blog-home__items_part2 {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f0f4f6;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
	padding-top: 40px
}

.blog-home__items_part2::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.blog-home__items_part2 {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

.blog-home__categories {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	background-color: #f0f4f6
}

.blog-home__categories>.inner {
	padding-left: 15px;
	padding-right: 15px
}

.blog-home__categories::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.blog-home__categories {
		margin-left: -4vw;
		margin-right: -4vw;
		width: calc(100% + 8vw)
	}

	.blog-home__categories>.inner {
		padding-left: 4vw;
		padding-right: 4vw
	}
}

.blog-home__categories .inner {
	overflow: auto;
	background-color: #ccdbe1
}

.blog-home__categories h2 {
	margin-bottom: 24px
}

.blog-home__categories .items {
	display: flex;
	flex-flow: row wrap;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 20px
}

.blog-home__categories .items .blog-category {
	background-color: #fff
}

.blog-home__categories .items a {
	text-decoration: none
}

.blog-home__most-read {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ccdbe1;
	overflow: auto;
	padding-bottom: 40px
}

.blog-home__most-read::after {
	clear: both;
	content: "";
	display: table
}

@media(min-width:60em) {
	.blog-home__most-read {
		margin-left: -4vw;
		margin-right: -4vw;
		padding-left: 4vw;
		padding-right: 4vw;
		width: calc(100% + 8vw)
	}
}

.blog-home__most-read h2 {
	margin-bottom: 24px
}

.blog-home__most-read .items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px
}

.blog-home__most-read .items .blog-category {
	background-color: #fff
}

.blog-home__most-read .blog-teaser__date,
.blog-home__most-read .blog-teaser__reading-time {
	color: #333
}

.blog-home__bottom_items {
	padding-top: 40px
}

.blog-home__bottom_items>div {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px
}

@media(min-width:0)and (max-width:47.9375em) {

	.blog-home__items_part2 .blog-view-item,
	.blog-home__bottom_items>div {
		max-width: 486px;
		margin-left: auto;
		margin-right: auto
	}
}

@media(min-width:48em) {
	.blog-home__items_part2 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px
	}

	.blog-home__categories {
		background-color: #f0f4f6
	}

	.blog-home__categories .inner {
		background-color: #ccdbe1;
		border-top-right-radius: 100px;
		padding-bottom: 20px
	}

	.blog-home__most-read {
		padding-bottom: 50px
	}

	.blog-home__most-read .items {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px
	}

	.blog-home__bottom_items {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.blog-home__bottom_items>div {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px
	}
}

@media(min-width:60em) {
	.blog-home__first_item {
		padding-top: 30px;
		padding-bottom: 40px;
		border-bottom: none
	}

	.blog-home__first_item article {
		display: grid;
		grid-template-columns: 3fr 2fr;
		grid-gap: 40px
	}

	.blog-home__items_part2 {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 40px
	}

	.blog-home__categories .inner {
		border-top-right-radius: 140px;
		padding-bottom: 20px
	}

	.blog-home__categories h2 {
		margin-bottom: 28px
	}

	.blog-home__most-read {
		padding-bottom: 60px
	}

	.blog-home__most-read h2 {
		margin-bottom: 28px
	}

	.blog-home__most-read .items {
		grid-template-columns: 1fr 1fr
	}

	.blog-home__bottom_items {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.blog-home__bottom_items>div {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 40px
	}

	.blog-home-page .pager {
		margin-bottom: 70px
	}
}

@media(min-width:71.25em) {
	.blog-home__first_item {
		padding-top: 50px;
		padding-bottom: 60px
	}

	.blog-home__first_item article {
		grid-template-columns: 1fr 1fr;
		grid-gap: 60px
	}

	.blog-home__categories h2 {
		margin-bottom: 32px
	}

	.blog-home__most-read {
		padding-bottom: 80px
	}

	.blog-home__most-read h2 {
		margin-bottom: 32px
	}

	.blog-home__items_part2 {
		grid-gap: 60px
	}

	.blog-home__bottom_items {
		padding-top: 60px;
		padding-bottom: 50px
	}

	.blog-home__bottom_items>div {
		grid-gap: 60px
	}
}

@media(min-width:104.875em) {
	.blog-home__first_item {
		padding-top: 70px;
		padding-bottom: 90px
	}

	.blog-home__first_item article {
		grid-gap: 86px
	}

	.blog-home__items_part2 {
		grid-gap: 70px
	}

	.blog-home__categories h2 {
		margin-bottom: 34px
	}

	.blog-home__most-read {
		padding-bottom: 100px
	}

	.blog-home__most-read h2 {
		margin-bottom: 34px
	}

	.blog-home__bottom_items {
		padding-top: 80px;
		padding-bottom: 60px
	}

	.blog-home__bottom_items>div {
		grid-gap: 70px
	}
}

.page-blog-tag .views-element-container>div>div,
.blog-thema-page .views-element-container>div>div,
.blog-category-page .views-element-container>div>div {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
	padding-top: 40px;
	padding-bottom: 40px
}

.page-blog-tag .views-infinite-scroll-content-wrapper.clearfix:after,
.blog-thema-page .views-infinite-scroll-content-wrapper.clearfix:after,
.blog-category-page .views-infinite-scroll-content-wrapper.clearfix:after {
	display: none
}

.page-blog-tag .blog-intro,
.blog-thema-page .blog-intro,
.blog-category-page .blog-intro {
	padding-top: 30px
}

@media(min-width:48em) {

	.page-blog-tag .views-element-container>div>div,
	.blog-thema-page .views-element-container>div>div,
	.blog-category-page .views-element-container>div>div {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		padding-bottom: 30px
	}
}

@media(min-width:60em) {

	.page-blog-tag .views-element-container>div>div,
	.blog-thema-page .views-element-container>div>div,
	.blog-category-page .views-element-container>div>div {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 40px;
		padding-bottom: 40px
	}
}

@media(min-width:71.25em) {

	.page-blog-tag .views-element-container>div>div,
	.blog-thema-page .views-element-container>div>div,
	.blog-category-page .views-element-container>div>div {
		grid-gap: 60px;
		padding-bottom: 50px
	}
}

@media(min-width:104.875em) {

	.page-blog-tag .views-element-container>div>div,
	.blog-thema-page .views-element-container>div>div,
	.blog-category-page .views-element-container>div>div {
		grid-gap: 70px;
		padding-bottom: 60px
	}
}

.views-ov-catalog {
	min-height: 47em;
	position: relative
}

.views-ov-catalog .ov-catalog__toggle_filters {
	background-color: #e0e0e0;
	padding: 10px 25px;
	text-align: right;
	margin-left: -1.25rem;
	margin-right: -1.25rem
}

.views-ov-catalog .ov-catalog__toggle_filters a {
	text-decoration: underline;
	cursor: pointer;
	line-height: 1
}

.views-ov-catalog .ov-catalog__toggle_filters a::after {
	content: "";
	display: inline-block;
	float: right;
	background-image: url(../images/Expand_less.svg);
	width: 24px;
	height: 24px
}

.views-ov-catalog form.views-exposed-form {
	width: unset;
	display: none;
	background-color: #e0e0e0;
	clear: both;
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	padding: 0 1.25rem
}

.views-ov-catalog form.views-exposed-form .form-checkboxes {
	padding: 0;
	margin: 0
}

.views-ov-catalog form.views-exposed-form .js-form-type-checkbox,
.views-ov-catalog form.views-exposed-form .js-form-type-radio {
	padding: 0 0 10px 0;
	margin: 0
}

.views-ov-catalog form.views-exposed-form .js-form-type-checkbox label,
.views-ov-catalog form.views-exposed-form .js-form-type-radio label {
	font-weight: 400
}

.views-ov-catalog form.views-exposed-form input[type=text] {
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 40px
}

.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit] {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69;
	margin-bottom: 20px
}

.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit].has-icon {
	gap: 10px
}

.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit].has-icon .icon {
	font-size: 2.4rem
}

.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit]:focus-visible {
	outline: 4px solid #f59c00
}

.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit]:hover {
	background-color: #e6edf0
}

.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit]:active {
	background-color: #ccdbe1
}

.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit]:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.views-ov-catalog form.views-exposed-form input[id^=edit-reset] {
	border: none;
	text-decoration: underline;
	background: none;
	color: #004c69;
	font-weight: 400
}

.views-ov-catalog form.views-exposed-form fieldset {
	margin-bottom: 20px
}

.views-ov-catalog .ov-catalog__rows {
	padding: 32px 0
}

.views-ov-catalog .ov-catalog__rows .views-row {
	width: 100%;
	margin-bottom: 40px
}

.views-ov-catalog .ov-catalog__rows .views-row .ov-product-teaser {
	height: 100%;
	display: flex;
	flex-flow: column nowrap
}

.views-ov-catalog .ov-catalog__rows .views-row .ov-product-teaser h3 {
	margin-top: 0
}

.views-ov-catalog .ov-catalog__rows .views-row .ov-product-teaser h3 a {
	text-decoration: none
}

.views-ov-catalog .ov-catalog__rows .views-row .field-name-node-title {
	padding: 0
}

.views-ov-catalog .ov-catalog__rows .views-row .field-name-node-title a {
	border: none
}

.views-ov-catalog .ov-catalog__rows .views-row img {
	width: 150px;
	height: auto;
	margin: 0 auto 17px auto;
	display: block
}

.views-ov-catalog .ov-catalog__rows .views-row .field-name-node-link {
	flex-grow: 0;
	margin-top: auto
}

.views-ov-catalog.open .ov-catalog__toggle_filters a::after {
	transform: scaleY(-1)
}

.views-ov-catalog.open .views-exposed-form {
	display: block
}

.views-ov-catalog.open .ov-catalog__rows {
	display: none
}

.views-ov-catalog .ov-catalog__properties {
	margin-bottom: 30px
}

.views-ov-catalog .ov-catalog__properties>div {
	margin-bottom: 5px
}

.views-ov-catalog .field-name-node-link {
	flex-grow: 0
}

.views-ov-catalog .ov-catalog__more-info {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69;
	text-align: center;
	margin-top: auto
}

.views-ov-catalog .ov-catalog__more-info.has-icon {
	gap: 10px
}

.views-ov-catalog .ov-catalog__more-info.has-icon .icon {
	font-size: 2.4rem
}

.views-ov-catalog .ov-catalog__more-info:focus-visible {
	outline: 4px solid #f59c00
}

.views-ov-catalog .ov-catalog__more-info:hover {
	background-color: #e6edf0
}

.views-ov-catalog .ov-catalog__more-info:active {
	background-color: #ccdbe1
}

.views-ov-catalog .ov-catalog__more-info:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.views-ov-catalog ul.pager {
	border: none
}

.views-ov-catalog ul.pager li {
	margin: 0 auto;
	text-align: center
}

.views-ov-catalog ul.pager a {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69;
	padding-left: 38px;
	background-image: url(../images/plus_simple.svg);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	display: inline-block;
	width: auto
}

.views-ov-catalog ul.pager a.has-icon {
	gap: 10px
}

.views-ov-catalog ul.pager a.has-icon .icon {
	font-size: 2.4rem
}

.views-ov-catalog ul.pager a:focus-visible {
	outline: 4px solid #f59c00
}

.views-ov-catalog ul.pager a:hover {
	background-color: #e6edf0
}

.views-ov-catalog ul.pager a:active {
	background-color: #ccdbe1
}

.views-ov-catalog ul.pager a:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.views-ov-catalog.open ul.pager {
	display: none
}

.node--ov-catalogus--full {
	padding: 0 20px;
	margin-bottom: 40px;
	margin-top: 20px
}

.node--ov-catalogus--full h1 {
	margin-bottom: 0
}

.node--ov-catalogus--full h2,
.node--ov-catalogus--full h3 {
	color: #000
}

.node--ov-catalogus--full .ov-back-to-overview {
	margin-bottom: 30px
}

.node--ov-catalogus--full .ov-back-to-overview a {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-decoration: underline;
	padding-left: 15px
}

.node--ov-catalogus--full .ov-back-to-overview a.has-icon {
	gap: 10px
}

.node--ov-catalogus--full .ov-back-to-overview a.has-icon .icon {
	font-size: 2.4rem
}

.node--ov-catalogus--full .ov-back-to-overview a:focus-visible {
	outline: 4px solid #f59c00
}

.node--ov-catalogus--full .ov-back-to-overview a.has-icon {
	text-decoration: none
}

.node--ov-catalogus--full .ov-back-to-overview a.has-icon span:not(.icon) {
	text-decoration: underline
}

.node--ov-catalogus--full .ov-back-to-overview a:hover {
	background-color: #e6edf0
}

.node--ov-catalogus--full .ov-back-to-overview a:active {
	color: #003c56
}

.node--ov-catalogus--full .ov-back-to-overview a:disabled {
	color: #7b7b7b;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

@media(min-width:0)and (max-width:47.9375em) {
	.node--ov-catalogus--full .ov-back-to-overview a {
		background-color: #e6edf0
	}

	.node--ov-catalogus--full .ov-back-to-overview a:hover {
		background-color: rgba(0, 0, 0, 0)
	}

	.node--ov-catalogus--full .ov-back-to-overview a:active {
		background-color: rgba(0, 0, 0, 0)
	}
}

.node--ov-catalogus--full .ov-back-to-overview a:before {
	content: "";
	display: inline-block;
	background-image: url(../images/Arrow_back.svg);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	margin-right: 10px
}

.node--ov-catalogus--full .ov-image {
	width: 100%;
	max-width: 400px;
	border-bottom: 1px solid #f9f9f9;
	padding: 20px;
	margin: 0 auto 30px auto
}

.node--ov-catalogus--full .ov-image img {
	height: auto
}

.node--ov-catalogus--full .ov-specificaties {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center
}

.node--ov-catalogus--full .ov-specificaties h3 {
	margin-bottom: 20px
}

.node--ov-catalogus--full .ov-legenda {
	justify-self: flex-end;
	font-size: 1.4rem
}

.node--ov-catalogus--full dl {
	margin-bottom: 140px
}

.node--ov-catalogus--full dt {
	display: inline-block;
	width: 140px;
	color: #004c69;
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 15px
}

.node--ov-catalogus--full dd {
	display: inline-block;
	font-size: 1.8rem;
	clear: right;
	margin-bottom: 15px
}

@media(min-width:36em) {
	.views-ov-catalog .ov-catalog__toggle_filters {
		display: none
	}

	.views-ov-catalog form.views-exposed-form {
		display: block;
		background-color: #fff;
		width: 260px;
		border-right: 1px solid #e0e0e0;
		padding: 0 30px 0 0;
		margin-left: 0;
		margin-right: 10px;
		position: absolute;
		top: 0
	}

	.views-ov-catalog form.views-exposed-form input[id^=edit-submit-ov-catalog][type=submit],
	.views-ov-catalog form.views-exposed-form input[id^=edit-reset] {
		display: none
	}

	.views-ov-catalog header {
		margin: 0 0 40px 260px;
		padding: 0 16px
	}

	.views-ov-catalog>p {
		margin-left: 260px
	}

	.views-ov-catalog .ov-catalog__rows {
		margin-left: 260px;
		display: grid;
		grid-gap: 16px;
		grid-template-columns: 1fr 1fr;
		padding: 32px 16px
	}

	.views-ov-catalog .ov-catalog__rows .views-row {
		flex: 1;
		min-width: 200px;
		max-width: 300px
	}

	.views-ov-catalog.open .ov-catalog__rows {
		display: block
	}

	.views-ov-catalog ul.pager {
		display: block;
		margin-left: 260px;
		width: calc(100% - 260px)
	}

	.node--ov-catalogus--full .node__content {
		display: flex;
		flex-flow: row nowrap
	}

	.node--ov-catalogus--full .ov-image {
		width: 44%;
		max-width: 660px;
		border-right: 1px solid #e0e0e0;
		border-bottom: none;
		padding-left: 0;
		padding-right: 10px;
		margin-left: 0;
		margin-right: 18px
	}

	.node--ov-catalogus--full dt {
		width: 120px;
		font-size: 1.6rem
	}

	.node--ov-catalogus--full dd {
		font-size: 1.6rem
	}
}

@media(min-width:48em) {
	.node--ov-catalogus--full .ov-image {
		width: 42%;
		border-bottom: none;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0;
		margin-right: 40px
	}
}

@media(min-width:60em) {
	.views-ov-catalog .ov-catalog__rows {
		grid-gap: 16px;
		grid-template-columns: 1fr 1fr 1fr
	}

	.node--ov-catalogus--full .ov-image {
		width: 40%;
		margin-right: 80px
	}

	.node--ov-catalogus--full dt {
		width: 140px;
		font-size: 1.8rem
	}

	.node--ov-catalogus--full dd {
		font-size: 1.8rem
	}
}

@media(min-width:71.25em) {
	.views-ov-catalog .ov-catalog__rows {
		padding-left: 18px;
		grid-gap: 18px;
		grid-template-columns: 1fr 1fr 1fr 1fr
	}

	.views-ov-catalog .ov-catalog__rows .views-row {
		min-width: 186px
	}

	.views-ov-catalog .ov-catalog__rows .views-row img {
		width: 200px;
		margin-bottom: 20px
	}

	.node--ov-catalogus--full .ov-image {
		margin-right: 100px
	}
}

@media(min-width:104.875em) {
	.views-ov-catalog .ov-catalog__rows {
		padding-left: 22px;
		grid-gap: 22px;
		grid-template-columns: 1fr 1fr 1fr 1fr
	}

	.views-ov-catalog .ov-catalog__rows .views-row {
		min-width: 200px
	}

	.views-ov-catalog .ov-catalog__rows .views-row img {
		width: 250px;
		margin-bottom: 22px
	}
}

#views-exposed-form-energiefitsessies-block-1 {
	margin-bottom: 3rem
}

#views-exposed-form-energiefitsessies-block-1 #edit-proximity-center-coordinates,
#views-exposed-form-energiefitsessies-block-1 .form-item-proximity {
	display: none
}

#views-exposed-form-energiefitsessies-block-1 input[name=adres] {
	margin-bottom: 5px
}

#block-views-block-energiefitsessies-block-1 .tablefield-wrapper {
	margin-bottom: 20px
}

#block-views-block-energiefitsessies-block-1 .inschrijven-mogelijk.nieuw .views-field-field-fluvius-event-efs-status {
	position: relative;
	padding-bottom: 25px;
	padding-top: 25px
}

#block-views-block-energiefitsessies-block-1 .inschrijven-mogelijk.nieuw .views-field-field-fluvius-event-efs-status:after {
	content: "Nieuw";
	padding: 4px 12px;
	display: inline-block;
	font-size: 11px;
	background-color: #b2d235;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 14px;
	color: #fff
}

.language-fr #block-views-block-energiefitsessies-block-1 .inschrijven-mogelijk.nieuw .views-field-field-fluvius-event-efs-status:after {
	content: "Nouveau!"
}

.geolocation-map-wrapper {
	margin-top: 30px
}

.geolocation-map-wrapper h3 {
	font-size: 18px;
	margin: 1rem 0 1rem 0
}

.geolocation-map-wrapper .views-field-field-fluvius-event-efs-link {
	margin-top: 5px;
	margin-bottom: 6px
}

.geolocation-map-control button.locate {
	background-color: #004c69;
	color: #fff
}

@media(min-width:0)and (max-width:59.9375em) {
	#views-exposed-form-energiefitsessies-block-1 {
		margin-bottom: 40px
	}

	#views-exposed-form-energiefitsessies-block-1 select,
	#views-exposed-form-energiefitsessies-block-1 input {
		width: 100%
	}
}

@media(min-width:48em) {
	#views-exposed-form-energiefitsessies-block-1 {
		margin-bottom: 40px
	}

	#block-views-block-energiefitsessies-block-1 .tablefield-wrapper {
		white-space: unset
	}
}

@media(min-width:60em) {
	#views-exposed-form-energiefitsessies-block-1 {
		margin-bottom: 60px
	}

	#views-exposed-form-energiefitsessies-block-1 select,
	#views-exposed-form-energiefitsessies-block-1 input {
		width: 360px
	}

	#views-exposed-form-energiefitsessies-block-1 input[type=submit] {
		width: unset
	}

	#block-views-block-energiefitsessies-block-1 .tablefield-wrapper {
		margin-bottom: 40px
	}

	#block-views-block-energiefitsessies-block-1 .nieuw .views-field-field-fluvius-event-efs-status {
		padding-bottom: 35px;
		padding-top: 35px
	}

	#block-views-block-energiefitsessies-block-1 .nieuw .views-field-field-fluvius-event-efs-status:after {
		padding: 4px 14px;
		font-size: 14px;
		top: 8px;
		right: 8px
	}
}

.views-webstories .rows {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px
}

.views-webstories .rows .views-row:hover h2 {
	color: #337087
}

.views-webstories .rows img {
	border-radius: 14px
}

.views-webstories .rows a {
	text-decoration: none
}

@media(min-width:36em) {
	.views-webstories .rows {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px
	}
}

@media(min-width:48em) {
	.views-webstories .rows {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 40px
	}
}

@media(min-width:71.25em) {
	.views-webstories .rows {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 50px
	}
}

.werfupdates {
	margin-bottom: 2.4rem
}

.werfupdates h3.accordion__heading {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	color: #004c69;
	transition: padding-bottom .5s;
	padding: 12px 64px 12px 24px;
	border: 1px solid #e0e0e0
}

.werfupdates h3.accordion__heading.ui-state-default {
	border-bottom-width: 0
}

.werfupdates h3.accordion__heading.ui-accordion-header-collapsed {
	border-bottom-width: 1px;
	margin-bottom: 12px
}

.werfupdates h3.accordion__heading.ui-accordion-header-active {
	border-bottom: 0
}

.werfupdates h3.accordion__heading.ui-accordion-header-active:after {
	background-image: url(../images/Expand_less.svg)
}

.werfupdates h3.accordion__heading .accordion__icon {
	display: inline-block;
	margin-right: 10px
}

.werfupdates h3.accordion__heading .accordion-section__title {
	display: inline-block
}

.werfupdates h3.accordion__heading:after {
	content: "";
	display: inline-block;
	position: absolute;
	background-image: url(../images/Expand_more.svg);
	background-repeat: no-repeat;
	background-position: right;
	right: 24px;
	top: 0;
	width: 24px;
	height: 100%
}

.werfupdates .accordion__collapse {
	border: 1px solid #e0e0e0;
	margin-bottom: 12px;
	border-top: 0;
	padding: 0 24px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6
}

.werfupdates .accordion__collapse:not(.ui-accordion-content-active) {
	display: none
}

@media(min-width:48em) {
	.werfupdates h3.accordion__heading {
		font-size: 2rem
	}

	.werfupdates .accordion__collapse {
		font-size: 1.8rem;
		padding: 0 24px
	}
}

body.media--file #block-fluvius-ds-content {
	margin-bottom: 3rem;
	font-size: 1.8rem
}

body.media--file #block-fluvius-ds-content .file {
	text-decoration-line: none;
	font-weight: 700;
	margin-bottom: 8px;
	margin-right: 12px;
	background-image: url(../images/Document.svg);
	background-size: 20px 20px;
	line-height: 2rem;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 28px;
	display: inline-block
}

.content-overlay {
	display: none
}

@media(min-width:0)and (max-width:59.9375em) {

	body.client-menu-open,
	body.mobile-menu-open {
		position: relative
	}

	body.client-menu-open .content-overlay,
	body.mobile-menu-open .content-overlay {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 14, 20, .6);
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px)
	}
}

.page-hero-image {
	display: none
}

.page-hero-image svg {
	display: none
}

.page-hero-video {
	display: block;
	position: relative;
	line-height: 0;
	overflow: hidden
}

.page-hero-video iframe {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 1680/384;
	background-color: #fff
}

.page-hero-video svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 1680/384;
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	transform: scaleY(1.01)
}

.page-hero-video .page-hero-text {
	position: absolute;
	top: 0;
	line-height: 1.3;
	height: 100%;
	vertical-align: middle;
	font-size: 2.845vw;
	display: flex;
	align-items: center;
	color: #fff;
	padding-left: 4%;
	max-width: 45%;
	animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
}

.page-hero-video .button-play-pause {
	padding: 0;
	background: none;
	border: none;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Material Icons Outlined";
	font-size: 24px;
	line-height: 1;
	width: 40px;
	height: 40px;
	color: #fff
}

.page-hero-video .button-play-pause:focus-visible {
	outline: 3px solid #f59c00;
	border-radius: 4px
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@media(min-width:36em) {
	.page-hero-video .button-play-pause {
		font-size: 32px
	}
}

@media(min-width:48em) {
	.page-hero-image {
		display: block;
		position: relative;
		line-height: 0
	}

	.page-hero-image img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		aspect-ratio: 1680/270
	}

	.page-hero-image svg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		aspect-ratio: 1680/270
	}

	.page-hero-video .button-play-pause {
		top: 24px;
		right: 24px;
		font-size: 40px
	}
}

@media(min-width:104.875em) {
	.page-hero-video .page-hero-text {
		font-size: 4.8rem
	}
}

.layout-content__sidebar h2 {
	margin-top: 4rem;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 2.4rem;
	border-bottom: 1px solid #e0e0e0
}

.layout-content__sidebar h2:first-child {
	margin-top: 2rem
}

.layout-content__sidebar h3,
.layout-content__sidebar h4 {
	font-size: 2.2rem
}

.layout-content__sidebar .cta-link {
	width: 100%
}

.page--sidebar-style-2 .layout-content__sidebar {
	margin-top: 10px
}

.page--sidebar-style-2 .layout-content__sidebar__inner {
	background-color: #e6edf0;
	padding: 24px 24px 72px 24px
}

.page--sidebar-style-2 .layout-content__sidebar__inner>.pg-title h2,
.page--sidebar-style-2 .layout-content__sidebar__inner>.pg-title h3,
.page--sidebar-style-2 .layout-content__sidebar__inner>:first-child {
	margin-top: 0
}

.page--sidebar-style-2 .layout-content__sidebar__inner>:last-child {
	margin-bottom: 0
}

@media(min-width:60em) {
	.layout-content--with-sidebar {
		grid-template-columns: 8fr 4fr
	}

	.layout-content--with-sidebar .layout-content__sidebar__inner {
		padding: 0 4vw 3rem 40px
	}

	.page--sidebar-style-2 .layout-content--with-sidebar {
		grid-template-columns: 2fr 1fr
	}

	.page--sidebar-style-2 .layout-content--with-sidebar .layout-content__sidebar {
		margin-top: 40px
	}

	.page--sidebar-style-2 .layout-content--with-sidebar .layout-content__sidebar__inner {
		padding: 74px 40px 70px 40px
	}
}

@media(min-width:71.25em) {
	.layout-content__sidebar h2 {
		margin-top: 6rem
	}

	.page--sidebar-style-2 .layout-content--with-sidebar .layout-content__sidebar {
		margin-top: 60px
	}

	.page--sidebar-style-2 .layout-content--with-sidebar .layout-content__sidebar__inner {
		padding: 54px 66px 90px 66px
	}
}

@media(min-width:104.875em) {
	.page--sidebar-style-2 .layout-content--with-sidebar .layout-content__sidebar {
		margin-top: 80px
	}

	.page--sidebar-style-2 .layout-content--with-sidebar .layout-content__sidebar__inner {
		padding: 74px 86px 100px 86px;
		background-size: initial
	}
}

.fluvius-popup-container {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2000;
	position: fixed;
	pointer-events: none;
	background: rgba(0, 0, 0, .6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	text-align: left
}

.fluvius-popup-container .fluvius-popup-container-content {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2000;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: auto
}

.fluvius-popup-container .fluv-popup {
	display: block;
	width: 750px;
	padding: 50px 60px;
	max-width: 95%;
	margin: auto;
	pointer-events: auto;
	position: relative;
	background: #fff;
	border-bottom: 8px solid #004c69
}

.fluvius-popup-container .fluv-popup .fluv-popup-close-button {
	top: .8rem;
	right: .8rem;
	width: 3.2rem;
	height: 3.2rem;
	display: block;
	position: absolute;
	z-index: 2001
}

.fluvius-popup-container h1,
.fluvius-popup-container h2,
.fluvius-popup-container h3 {
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 0;
	font-weight: 500;
	font-variant: inherit;
	text-transform: none;
	text-decoration: none
}

.fluvius-popup-container h1 {
	margin-top: 0;
	font-size: 28px;
	line-height: 1.3
}

.fluvius-popup-container h2 {
	font-size: 24px;
	line-height: 1.3
}

.fluvius-popup-container .fluv-buttons-group {
	margin-top: 50px
}

.fluvius-popup-container .fluv-button {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #004c69;
	border-color: #004c69
}

.fluvius-popup-container .fluv-button.has-icon {
	gap: 10px
}

.fluvius-popup-container .fluv-button.has-icon .icon {
	font-size: 2.4rem
}

.fluvius-popup-container .fluv-button:focus-visible {
	outline: 4px solid #f59c00
}

.fluvius-popup-container .fluv-button:hover {
	color: #fff;
	background-color: #337087;
	border-color: #337087
}

.fluvius-popup-container .fluv-button:active {
	color: #fff;
	background-color: #003c56;
	border-color: #003c56
}

.fluvius-popup-container .fluv-button:disabled {
	color: #646464;
	background-color: #e0e0e0;
	border-color: #e0e0e0
}

@media(max-width:991px) {
	.fluvius-popup-container .fluv-popup {
		padding: 50px 40px
	}
}

@media(max-width:575px) {
	.fluvius-popup-container .fluv-popup {
		padding: 40px 20px
	}

	.fluvius-popup-container .fluv-buttons-group {
		margin-top: 30px
	}
}

.cta-link {
	font-size: 1.6rem;
	text-underline-position: under;
	display: inline-flex;
	align-items: center
}

.cta-link.has-icon {
	gap: 10px
}

.cta-link .icon {
	text-decoration: none
}

@media(min-width:0)and (max-width:59.9375em) {
	.cta-link.action-link {
		font-size: 1.6rem
	}
}

@media(min-width:48em) {
	.cta-link {
		font-size: 1.8rem
	}

	.cta-links--inline li:not(:last-child) .cta-link:not(.btn--outline):not(.btn--primary):not(.btn--link) {
		margin-right: 8px;
		margin-bottom: 24px
	}
}

.ajax-progress-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	background-image: url(../images/dots-green.svg);
	background-size: 60px 39px;
	background-position: center center;
	animation: ajax-progress-bg-animation 1s ease 0s 1 normal;
	border-radius: 0
}

.ajax-progress-throbber {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .8);
	animation: ajax-progress-bg-animation 1s ease 0s 1 normal;
	animation-fill-mode: forwards;
	z-index: 100
}

.ajax-progress-throbber .throbber {
	background-image: url(../images/dots.svg);
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	max-width: 60px;
	margin: auto
}

@keyframes ajax-progress-bg-animation {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.pager--infinite-scroll {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center
}

.pager--infinite-scroll .pager__item .button {
	display: inline-flex;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	min-height: calc(10px + 1.6rem);
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #004c69 !important;
	background-color: #fff;
	border-color: #004c69;
	padding-left: 38px;
	background-image: url(../images/plus_simple.svg);
	background-repeat: no-repeat;
	background-position: 7px 7px
}

.pager--infinite-scroll .pager__item .button.has-icon {
	gap: 10px
}

.pager--infinite-scroll .pager__item .button.has-icon .icon {
	font-size: 2.4rem
}

.pager--infinite-scroll .pager__item .button:focus-visible {
	outline: 4px solid #f59c00
}

.pager--infinite-scroll .pager__item .button:hover {
	background-color: #e6edf0
}

.pager--infinite-scroll .pager__item .button:active {
	background-color: #ccdbe1
}

.pager--infinite-scroll .pager__item .button:disabled {
	color: #646464 !important;
	background-color: #e0e0e0;
	border-color: #7b7b7b
}

.pager:not(.pager--infinite-scroll) ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	-moz-column-gap: 4px;
	column-gap: 4px
}

.pager:not(.pager--infinite-scroll) ul li {
	min-width: 40px;
	min-height: 40px;
	line-height: 0
}

.pager:not(.pager--infinite-scroll) ul li a {
	display: inline-block;
	height: 100%;
	width: 100%;
	border: 1px solid #b1b1b1;
	color: #646464;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	font-size: 1.6rem;
	font-weight: 500
}

.pager:not(.pager--infinite-scroll) ul li a:hover {
	background-color: #ccdbe1
}

.pager:not(.pager--infinite-scroll) ul li.is-active a {
	border: 1px solid #004c69;
	background-color: #004c69;
	color: #fff
}

.pager:not(.pager--infinite-scroll) ul li.pager__item--ellipsis {
	border: 1px solid #b1b1b1;
	color: #646464;
	text-align: center;
	line-height: 40px;
	font-size: 1.6rem;
	font-weight: 500
}

.pager:not(.pager--infinite-scroll) ul li.pager__item--first a,
.pager:not(.pager--infinite-scroll) ul li.pager__item--previous a,
.pager:not(.pager--infinite-scroll) ul li.pager__item--last a,
.pager:not(.pager--infinite-scroll) ul li.pager__item--next a {
	text-indent: -1000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center
}

.pager:not(.pager--infinite-scroll) ul li.pager__item--first a {
	border-radius: 4px 0 0 4px;
	background-image: url(../images/First_page_grey5.svg)
}

.pager:not(.pager--infinite-scroll) ul li.pager__item--previous a {
	background-image: url(../images/Chevron_left_grey5.svg)
}

.pager:not(.pager--infinite-scroll) ul li.pager__item--last a {
	border-radius: 0 4px 4px 0;
	background-image: url(../images/Last_page_grey5.svg)
}

.pager:not(.pager--infinite-scroll) ul li.pager__item--next a {
	background-image: url(../images/Chevron_right_grey5.svg)
}

div.ui-widget.ui-dialog {
	font-size: 1.6rem;
	background-color: #fff;
	border: none;
	border-radius: unset;
	border-bottom: 8px solid #004c69;
	box-shadow: 0 0 16px rgba(0, 76, 105, .2);
	padding: 0
}

div.ui-widget.ui-dialog .ui-dialog-titlebar {
	border: none;
	background: none;
	height: 44px;
	text-align: right;
	padding-top: 20px
}

div.ui-widget.ui-dialog .ui-dialog-title {
	display: none
}

div.ui-widget.ui-dialog .ui-dialog-content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 36px;
	overflow: auto
}

div.ui-widget.ui-dialog .ui-dialog-content:not(:last-child) {
	margin-bottom: 0
}

div.ui-widget.ui-dialog .ui-dialog-titlebar-close {
	padding: 0;
	border: none;
	width: 24px;
	height: 24px;
	margin-right: 20px;
	border-radius: 12px;
	background-image: url(../images/Close.svg);
	background-size: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	transition: background .4s
}

div.ui-widget.ui-dialog .ui-dialog-titlebar-close:hover,
div.ui-widget.ui-dialog .ui-dialog-titlebar-close:focus {
	background-color: #e6edf0
}

div.ui-widget.ui-dialog .ui-dialog-titlebar-close span {
	display: none
}

div.ui-widget.ui-dialog .ui-dialog-buttonset {
	padding: 24px 36px
}

div.ui-widget.ui-dialog .ui-dialog-buttonset button:not(:last-of-type) {
	margin-right: 16px
}

div.ui-widget.ui-dialog .block-system-breadcrumb-block,
div.ui-widget.ui-dialog .block-fluvius-sitewide-notification {
	display: none
}

.ui-widget-overlay {
	background: #646464;
	opacity: 1;
	mix-blend-mode: multiply
}

@media(min-width:0) {
	div.ui-widget.ui-dialog {
		width: calc(100% - 30px) !important;
		left: 15px !important
	}

	div.ui-widget.ui-dialog .ui-dialog-content {
		padding: 0 20px
	}
}

@media(min-width:36em) {
	div.ui-widget.ui-dialog {
		width: calc(100% - 40px) !important;
		left: 20px !important
	}

	div.ui-widget.ui-dialog .ui-dialog-content {
		padding: 10px 30px
	}
}

@media(min-width:48em) {
	div.ui-widget.ui-dialog {
		width: 90% !important;
		left: 5% !important
	}

	div.ui-widget.ui-dialog .ui-dialog-content {
		padding: 10px 30px
	}
}

@media(min-width:60em) {
	div.ui-widget.ui-dialog {
		width: 86% !important;
		left: 7% !important
	}

	div.ui-widget.ui-dialog .ui-dialog-titlebar-close {
		width: 32px;
		height: 32px;
		border-radius: 16px
	}

	div.ui-widget.ui-dialog .ui-dialog-content {
		padding: 20px 40px;
		margin-bottom: 20px
	}
}

@media(min-width:71.25em) {
	div.ui-widget.ui-dialog {
		width: 80% !important;
		left: 10% !important
	}

	div.ui-widget.ui-dialog .ui-dialog-content {
		padding: 20px 40px;
		margin-bottom: 30px
	}
}

@media(min-width:104.875em) {
	div.ui-widget.ui-dialog {
		width: 1344px !important;
		left: calc(50% - 672px) !important
	}

	div.ui-widget.ui-dialog .ui-dialog-content {
		padding: 20px 60px;
		margin-bottom: 40px
	}
}

.block-language-switcher>.contextual {
	top: -2px;
	right: -25px
}

.node--page>.contextual>button.trigger:after {
	content: "Pagina"
}

.node--wizard-conditional-steps>.contextual>button.trigger:after {
	content: "Wizard"
}

wizardstep.contextual-region>.contextual {
	right: 290px
}

wizardstep.contextual-region>.contextual>button.trigger:after {
	content: "Step"
}

wizardbutton.contextual-region>.contextual>button.trigger:after {
	content: "Button"
}

.node--tree-wizard>.contextual>button.trigger:after {
	content: "Tree Wizard"
}

form.webform-submission-form>.contextual>button.trigger:after {
	content: "Webform"
}

.block-search>.contextual>button.trigger:after,
.block-mijn-fluvius>.contextual>button.trigger:after,
.block-copyright-text>.contextual>button.trigger:after,
.block>.contextual>button.trigger:after,
[id^=block-]>.contextual>button.trigger:after {
	content: "Blok"
}

nav.block-menu>.contextual>button.trigger:after {
	content: "Menu / blok"
}

.menu--copyright .contextual {
	top: -5px;
	right: -20px
}

.pg-block>.contextual>button.trigger:after {
	content: "PG Blok"
}

.pg-text>.contextual>button.trigger:after {
	content: "Tekst"
}

.pg-title>.contextual>button.trigger:after {
	content: "Titel"
}

.pg-section>.contextual {
	top: 0;
	right: 0
}

.pg-section>.contextual>button.trigger::after {
	content: "Sectie"
}

.pg-quick-links>.contextual>button.trigger::after {
	content: "Quick links"
}

.pg-quick-links li>.contextual {
	zoom: .8
}

.pg-quick-links li>.contextual>button.trigger::after {
	content: "CTA link"
}

.pg-image-text>.contextual>button.trigger:after {
	content: "Afbeelding+tekst"
}

.pg-image-slider>.contextual button.trigger:after {
	content: "Afbeelding slider"
}

.pg-image>.contextual>button.trigger:after {
	content: "PG Afbeelding"
}

.pg-flexbox__contextual-region>.contextual {
	right: -20px;
	top: -10px
}

.pg-flexbox__contextual-region>.contextual>button.trigger:after {
	content: "Flexbox"
}

.pg-layout-2-col>.contextual {
	right: -20px;
	top: -10px
}

.pg-layout-2-col>.contextual>button.trigger:after {
	content: "2 column layout"
}

.pg-cta-links>.contextual>button.trigger:after {
	content: "PG CTA links"
}

.pg-cta-links li>.contextual {
	right: 25px
}

.pg-cta-links li>.contextual>button.trigger:after {
	content: "CTA link"
}

.pg-container>.pg-container__inner>.contextual>button.trigger::after {
	content: "Container"
}

.pg-accordion .accordion__collapse>.contextual {
	zoom: .7
}

.pg-accordion .accordion__collapse>div.contextual-region {
	margin-right: -30px;
	padding-right: 30px
}

.pg-accordion .accordion__collapse>div.contextual-region>.contextual {
	zoom: 1;
	top: -10px
}

.pg-accordion .accordion__collapse>div.contextual-region>.contextual>button.trigger::after {
	content: "PG accordion section"
}

.pg-blog-teaser>.contextual>button.trigger::after {
	content: "PG Blog Teaser"
}

.node--blog>div>.contextual>button.trigger::after {
	content: "Blogbericht"
}

.pg-publication>.contextual>button.trigger::after {
	content: "Publicatie"
}

.pg-table>.contextual>button.trigger::after {
	content: "Tabel"
}

.pg-overview-item>.contextual>button.trigger::after {
	content: "Overzichtsitem"
}

.pg-stat-ov-item>.contextual>button.trigger::after {
	content: "Statistiekoverzichtsitem"
}

#block-fluvius-ds-block-sitewidenotification>.contextual>button.trigger::after {
	content: "Sitewide notification"
}

.pg-tile-icon>.contextual>button.trigger::after {
	content: "Tegel met icoon"
}

.pg-tile-image>.contextual>button.trigger::after {
	content: "Tegel met afbeelding"
}

.pg-tile-button>.contextual>button.trigger::after {
	content: "Tegelknop"
}

.pg-video>.contextual>button.trigger::after {
	content: "Video"
}

.pg-quote>.contextual>button.trigger::after {
	content: "Quote"
}

.pg-social-share>.contextual>button.trigger::after {
	content: "Social share"
}

.pg-dt-step>.contextual {
	top: -10px
}

.pg-dt-step>.contextual>button.trigger::after {
	content: "Stap"
}

.pg-dt-answer>.contextual>button.trigger::after {
	content: "Antwoord"
}

.media--type-file>.contextual>button.trigger::after {
	content: "Publicatie"
}

.pg-html>.contextual>button.trigger::after {
	content: "HTML"
}

.pg-profile>.contextual>button.trigger::after {
	content: "PG Profiel"
}

.views-element-container>.contextual-region>.contextual {
	right: -20px;
	top: -10px
}

.views-element-container>.contextual-region>.contextual>button.trigger::after {
	content: "Overzicht"
}

.publication__title_description.contextual-region>.contextual>button.trigger::after {
	content: "Publicatie"
}

.pg-steps.contextual-region>.contextual {
	right: -20px;
	top: -10px
}

.pg-steps.contextual-region>.contextual>button.trigger::after {
	content: "Stappenplan"
}

.pg-step.contextual-region>.contextual {
	top: 0;
	right: 5px
}

.pg-step.contextual-region>.contextual>button.trigger::after {
	content: "Stap"
}

.pg-flexmail.contextual-region>.contextual>button.trigger::after {
	content: "Medallia"
}

.pg-medallia.contextual-region>.contextual>button.trigger::after {
	content: "Medallia"
}

.messages {
	position: relative;
	padding: 0rem 4vw;
	color: #004c69;
	background-color: #f0f6d7;
	border-bottom: 0 solid #b2d235;
	font-size: 1.6rem;
	padding-left: 44px;
	background-position: left 10px center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	max-height: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.webform-message .messages,
.messages.messages--show {
	max-height: 150px;
	height: auto;
	visibility: visible;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	border-bottom-width: 1px
}

.webform-message .messages .messages__inner,
.messages.messages--show .messages__inner {
	opacity: 1
}

.messages .messages__list {
	max-height: 150px;
	overflow-y: auto
}

.messages p:last-child {
	margin-bottom: 0
}

.messages--status {
	background-color: #ccdbe1;
	border-bottom-color: #004c69;
	background-image: url(../images/Info_outline.svg)
}

.messages--warning {
	background-color: #fdebcc;
	border-bottom-color: #f59c00;
	background-image: url(../images/Info_outline.svg)
}

.messages--error {
	background-color: #ebd3db;
	border-bottom-color: #9d234b;
	background-image: url(../images/Info_outline.svg)
}

.messages__inner {
	max-height: 118px;
	overflow: auto;
	margin-right: 3rem;
	opacity: 0
}

.messages__close-button {
	font-size: 2rem;
	color: #004c69;
	border: none;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	right: 12px;
	top: calc(50% - 1.2rem);
	cursor: pointer;
	padding: 6px;
	margin: -6px
}

.messages__close-button::before {
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(0);
	background: rgba(0, 76, 105, .2);
	border-radius: 50%;
	transition: .3s transform
}

.messages__close-button:hover::before {
	transform: scale(1)
}

.fluv-client-tool-wrapper .fluv-announcement {
	padding-left: 12px;
	padding-right: 12px
}

@media(min-width:60em) {
	.messages {
		padding-left: calc(4vw + 32px);
		padding-right: calc(4vw + 32px);
		background-position: left 4vw center
	}

	.messages__close-button {
		right: 4vw
	}

	.fluv-client-tool-wrapper .fluv-announcement {
		padding-left: 4vw;
		padding-right: 4vw
	}
}

.confirmation-page .region-content:before,
.confirmation-message--success:before {
	content: "vinkje-cirkel";
	display: block;
	font-family: "fluvius-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.confirmation-page .region-content .confirmation-message__buttons,
.confirmation-message--success .confirmation-message__buttons {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	row-gap: 28px
}

.confirmation-page .region-content .confirmation-message__buttons a,
.confirmation-message--success .confirmation-message__buttons a {
	width: 100%;
	display: block
}

@media(min-width:60em) {

	.confirmation-page .region-content,
	.confirmation-message--success {
		position: relative;
		min-height: 270px;
		max-width: 860px;
		z-index: 1
	}

	.confirmation-page .region-content:before,
	.confirmation-message--success:before {
		position: absolute;
		right: 0;
		top: 20px;
		z-index: -1;
		font-size: 250px
	}

	.confirmation-page .region-content .confirmation-message__buttons,
	.confirmation-message--success .confirmation-message__buttons {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		-moz-column-gap: 28px;
		column-gap: 28px;
		margin-top: 40px
	}

	.confirmation-page .region-content .confirmation-message__buttons a,
	.confirmation-message--success .confirmation-message__buttons a {
		width: auto;
		display: inline-block
	}
}

@media(min-width:71.25em) {

	.confirmation-page .region-content,
	.confirmation-message--success {
		position: relative;
		min-height: 326px;
		max-width: 1057px
	}

	.confirmation-page .region-content:before,
	.confirmation-message--success:before {
		font-size: 326px
	}
}

@media(min-width:0)and (max-width:59.9375em) {

	.confirmation-page .region-content:before,
	.confirmation-message--success:before {
		margin: 0 auto 26px auto;
		width: 95px;
		font-size: 95px
	}
}

.confirmation-page .region-content:before,
.confirmation-message--success:before {
	content: "vinkje-cirkel";
	color: #b2d235
}

@media(min-width:60em) {

	.confirmation-page .region-content:before,
	.confirmation-message--success:before {
		color: #f0f6d7
	}
}

.confirmation-message--partial:before {
	content: "vinkje-cirkel";
	display: block;
	font-family: "fluvius-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.confirmation-message--partial .confirmation-message__buttons {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	row-gap: 28px
}

.confirmation-message--partial .confirmation-message__buttons a {
	width: 100%;
	display: block
}

@media(min-width:60em) {
	.confirmation-message--partial {
		position: relative;
		min-height: 270px;
		max-width: 860px;
		z-index: 1
	}

	.confirmation-message--partial:before {
		position: absolute;
		right: 0;
		top: 20px;
		z-index: -1;
		font-size: 250px
	}

	.confirmation-message--partial .confirmation-message__buttons {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		-moz-column-gap: 28px;
		column-gap: 28px;
		margin-top: 40px
	}

	.confirmation-message--partial .confirmation-message__buttons a {
		width: auto;
		display: inline-block
	}
}

@media(min-width:71.25em) {
	.confirmation-message--partial {
		position: relative;
		min-height: 326px;
		max-width: 1057px
	}

	.confirmation-message--partial:before {
		font-size: 326px
	}
}

@media(min-width:0)and (max-width:59.9375em) {
	.confirmation-message--partial:before {
		margin: 0 auto 26px auto;
		width: 95px;
		font-size: 95px
	}
}

.confirmation-message--partial:before {
	content: "uitroepingsteken-cirkel";
	color: #f59c00
}

@media(min-width:60em) {
	.confirmation-message--partial:before {
		color: #fdebcc
	}
}

.confirmation-message--error:before {
	content: "vinkje-cirkel";
	display: block;
	font-family: "fluvius-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.6rem;
	line-height: 1;
	speak: none;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga";
	font-variant-ligatures: discretionary-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.confirmation-message--error .confirmation-message__buttons {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	row-gap: 28px
}

.confirmation-message--error .confirmation-message__buttons a {
	width: 100%;
	display: block
}

@media(min-width:60em) {
	.confirmation-message--error {
		position: relative;
		min-height: 270px;
		max-width: 860px;
		z-index: 1
	}

	.confirmation-message--error:before {
		position: absolute;
		right: 0;
		top: 20px;
		z-index: -1;
		font-size: 250px
	}

	.confirmation-message--error .confirmation-message__buttons {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		-moz-column-gap: 28px;
		column-gap: 28px;
		margin-top: 40px
	}

	.confirmation-message--error .confirmation-message__buttons a {
		width: auto;
		display: inline-block
	}
}

@media(min-width:71.25em) {
	.confirmation-message--error {
		position: relative;
		min-height: 326px;
		max-width: 1057px
	}

	.confirmation-message--error:before {
		font-size: 326px
	}
}

@media(min-width:0)and (max-width:59.9375em) {
	.confirmation-message--error:before {
		margin: 0 auto 26px auto;
		width: 95px;
		font-size: 95px
	}
}

.confirmation-message--error:before {
	content: "kruis-cirkel";
	color: #9d234b
}

@media(min-width:60em) {
	.confirmation-message--error:before {
		color: #ebd3db
	}
}

.block-fluvius-maps form {
	margin-bottom: 20px
}

.block-fluvius-maps .form-panel {
	background-color: #f0f4f6;
	border: 0;
	padding: 20px
}

.block-fluvius-maps .form-panel .filter-statusses {
	display: grid;
	grid-template-columns: 1fr 1fr
}

.block-fluvius-maps .form-panel .filter-statusses .fl {
	display: flex;
	align-items: center;
	gap: 10px
}

.block-fluvius-maps .form-panel .filter-statusses .fl img {
	width: 38px;
	-o-object-fit: none;
	object-fit: none
}

.block-fluvius-maps .form-type-checkbox {
	width: auto;
	margin: 0
}

.block-fluvius-maps .field-address {
	margin: 20px 0
}

.block-fluvius-maps #map_canvas {
	width: 100%;
	height: 550px;
	margin-bottom: 20px;
	min-width: auto
}

.block-fluvius-maps .infoBoxInterruptions h3 {
	font-size: 1.8rem;
	margin: 0
}

.block-fluvius-maps .infoBoxInterruptions table {
	margin-top: 10px
}

.block-fluvius-maps .infoBoxInterruptions table th {
	font-size: 1.6rem;
	padding: 14px;
	color: #fff
}

.block-fluvius-maps .infoBoxInterruptions table td {
	white-space: nowrap;
	font-size: 1.6rem
}

.block-fluvius-maps .interruptions-search-button {
	margin-left: 10px;
	min-height: 40px;
	line-height: 1.6rem
}

.block-fluvius-maps #tableAllInterruptions tr:nth-child(even) {
	background-color: #f9f9f9
}

.block-fluvius-maps #tableAllInterruptions label {
	display: none
}

.block-fluvius-maps #tableAllInterruptions .interruptions-icon {
	text-align: center
}

@media(min-width:0)and (max-width:59.9375em) {
	.block-fluvius-maps .form-panel .filter-statusses {
		grid-template-columns: 1fr
	}

	.block-fluvius-maps .form-panel .filter-action input {
		width: 100%;
		margin: 10px 0 0 0
	}

	.block-fluvius-maps .infoBoxInterruptions table {
		margin-top: 10px
	}

	.block-fluvius-maps .infoBoxInterruptions table th {
		padding: 8px;
		color: #fff;
		font-size: 1.4rem
	}

	.block-fluvius-maps .infoBoxInterruptions table td {
		padding: 8px;
		font-size: 1.4rem
	}

	.block-fluvius-maps .checkInterruptions input {
		width: 100%;
		margin: 0
	}

	.block-fluvius-maps .checkInterruptions .interruptions-search-button {
		margin-top: 10px
	}

	.block-fluvius-maps #tableAllInterruptions th {
		display: none
	}

	.block-fluvius-maps #tableAllInterruptions label {
		display: inline;
		float: none;
		font-weight: bold;
		width: initial;
		line-height: initial;
		padding-right: 5px;
		height: initial
	}

	.block-fluvius-maps #tableAllInterruptions td.interruptions-icon {
		float: left;
		clear: left
	}

	.block-fluvius-maps #tableAllInterruptions td.interruptionsCity {
		clear: right;
		padding-left: 55px
	}

	.block-fluvius-maps #tableAllInterruptions td {
		border: none;
		display: block;
		clear: both
	}

	.block-fluvius-maps #tableAllInterruptions tr {
		clear: both;
		border-bottom: 1px solid #ccdbe1
	}

	.block-fluvius-maps #tableAllInterruptions tr:nth-child(even) {
		background-color: #f9f9f9
	}

	.block-fluvius-maps #tableAllInterruptions td.interruptionsHours,
	.block-fluvius-maps #tableAllInterruptions td.interruptionsClients {
		padding-top: 0
	}
}

@media(min-width:60em) {
	.block-fluvius-maps .field-address-container input[type=text] {
		min-width: 570px;
		width: auto;
		clear: none
	}

	.block-fluvius-maps .filter-action {
		display: flex;
		align-items: center
	}

	.block-fluvius-maps .checkInterruptions {
		font-size: 1.6rem
	}

	.block-fluvius-maps .checkInterruptions .interruptions-search-button {
		margin-left: 10px;
		min-height: 40px;
		line-height: 1.8rem
	}
}

@media(min-width:71.25em) {
	.block-fluvius-maps .field-address-container input {
		width: auto
	}

	.block-fluvius-maps .field-address-container .checkInterruptions {
		font-size: 1.8rem
	}

	.block-fluvius-maps .field-address-container .checkInterruptions .interruptions-search-button {
		margin-left: 16px
	}
}

@media print {
	#map_canvas {
		display: none
	}

	#printBlock {
		display: block
	}
}

#block-customerofficesmap .form-panel,
#block-chargingpointsmap .form-panel {
	background-color: #f0f4f6;
	border: 0;
	padding: 20px;
	margin-bottom: 20px
}

#block-customerofficesmap .form-panel .field-address-container,
#block-chargingpointsmap .form-panel .field-address-container {
	width: 100%;
	margin-bottom: 10px
}

#block-customerofficesmap .form-panel input.button-search,
#block-chargingpointsmap .form-panel input.button-search {
	width: 100%
}

#block-customerofficesmap #thumbnailBlocks,
#block-chargingpointsmap #thumbnailBlocks {
	margin-bottom: 10px;
	display: none
}

#block-customerofficesmap .thumbnailBlock,
#block-chargingpointsmap .thumbnailBlock {
	width: 100%;
	padding: 0 10px;
	list-style-type: none;
	background-color: #f9f9f9;
	border-radius: 7px;
	color: #004c69;
	margin-bottom: 10px
}

#block-customerofficesmap .thumbnailDistance,
#block-chargingpointsmap .thumbnailDistance {
	text-transform: uppercase;
	float: right;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	margin-bottom: -22px
}

#block-customerofficesmap .thumbnailDistance img,
#block-chargingpointsmap .thumbnailDistance img {
	float: right;
	display: block;
	width: 20px
}

#block-customerofficesmap .thumbnailTitle,
#block-chargingpointsmap .thumbnailTitle {
	margin: 17px 0
}

#block-customerofficesmap .thumbnailStreet,
#block-chargingpointsmap .thumbnailStreet {
	margin-bottom: 3px
}

#block-customerofficesmap .thumbnailCity,
#block-chargingpointsmap .thumbnailCity {
	margin-bottom: 10px;
	margin-top: 3px
}

#block-customerofficesmap .thumbnailHours,
#block-chargingpointsmap .thumbnailHours {
	margin-bottom: 10px;
	clear: both
}

#block-customerofficesmap .thumbnailTel,
#block-chargingpointsmap .thumbnailTel {
	margin: 10px 0
}

#block-customerofficesmap .thumbnailHoursValue,
#block-chargingpointsmap .thumbnailHoursValue {
	font-weight: bold;
	font-size: 110%
}

#block-customerofficesmap .thumbnailHoursRow,
#block-chargingpointsmap .thumbnailHoursRow {
	margin: 0;
	padding: 0;
	margin-left: 5px
}

#block-customerofficesmap .thumbnailHoursText,
#block-chargingpointsmap .thumbnailHoursText {
	margin: 0;
	padding: 3px 0 0 0
}

#block-customerofficesmap .thumbnailInfo,
#block-chargingpointsmap .thumbnailInfo {
	margin: 0;
	padding: 12px 0 10px 0;
	clear: both
}

#block-customerofficesmap .thumbnailIcon,
#block-chargingpointsmap .thumbnailIcon {
	padding-top: 30px
}

#block-customerofficesmap #map_canvas,
#block-chargingpointsmap #map_canvas {
	height: 550px;
	margin-bottom: 28px
}

#block-customerofficesmap .balloonContent,
#block-chargingpointsmap .balloonContent {
	font-family: "Roboto", sans-serif
}

#block-customerofficesmap .balloonContent h4,
#block-chargingpointsmap .balloonContent h4 {
	margin-top: 0
}

#block-customerofficesmap .balloonContent p,
#block-chargingpointsmap .balloonContent p {
	margin-bottom: 10px
}

#block-customerofficesmap .balloonContent span.fluv-icon,
#block-chargingpointsmap .balloonContent span.fluv-icon {
	display: block;
	float: left;
	width: 18px;
	margin-right: 10px
}

#block-customerofficesmap .balloonContent span.material-icons-outlined,
#block-customerofficesmap .balloonContent span.material-icons,
#block-chargingpointsmap .balloonContent span.material-icons-outlined,
#block-chargingpointsmap .balloonContent span.material-icons {
	font-size: 1.4rem;
	display: block;
	float: left;
	width: 18px;
	margin-right: 10px
}

#block-customerofficesmap .balloonContent img.terminal-image,
#block-chargingpointsmap .balloonContent img.terminal-image {
	vertical-align: top;
	width: 20px
}

#block-customerofficesmap .balloonContent .bancontact,
#block-chargingpointsmap .balloonContent .bancontact {
	background-image: url(../images/BC_logo.svg);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-size: 18px
}

#block-customerofficesmap .balloonContent form:has(#routeErrors.show) input:invalid,
#block-chargingpointsmap .balloonContent form:has(#routeErrors.show) input:invalid {
	border-color: #9d234b
}

#block-customerofficesmap .balloonContent #routeErrors.show,
#block-chargingpointsmap .balloonContent #routeErrors.show {
	color: #9d234b;
	display: block
}

#block-customerofficesmap #routeBlock,
#block-chargingpointsmap #routeBlock {
	padding: 0 3px
}

#block-customerofficesmap #routeBlock label,
#block-chargingpointsmap #routeBlock label {
	margin-top: 10px
}

#block-customerofficesmap #routeBlock input[type=text],
#block-chargingpointsmap #routeBlock input[type=text] {
	margin-bottom: 5px;
	padding: 6px 8px;
	font-size: 1.4rem;
	height: unset
}

#block-customerofficesmap #routeBlock #routeCalc,
#block-chargingpointsmap #routeBlock #routeCalc {
	margin-left: 28px
}

#block-customerofficesmap #routeBlock #routeBack .btn--back,
#block-chargingpointsmap #routeBlock #routeBack .btn--back {
	padding: 6px 12px;
	font-size: 1.4rem;
	width: 100%
}

#block-customerofficesmap #routeBlock #routeBack .btn--back:before,
#block-chargingpointsmap #routeBlock #routeBack .btn--back:before {
	font-size: 1rem;
	margin-right: 8px
}

#block-customerofficesmap #routeBlock .btnRoute,
#block-chargingpointsmap #routeBlock .btnRoute {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	padding: 6px 12px;
	margin-top: 15px
}

#block-customerofficesmap #map-legend,
#block-chargingpointsmap #map-legend {
	color: #000;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	max-width: 600px
}

#block-customerofficesmap #map-legend td,
#block-customerofficesmap #map-legend th,
#block-chargingpointsmap #map-legend td,
#block-chargingpointsmap #map-legend th {
	font-size: 1.6rem
}

#block-customerofficesmap #map-legend td,
#block-chargingpointsmap #map-legend td {
	border: none
}

#block-customerofficesmap #map-legend tr,
#block-chargingpointsmap #map-legend tr {
	border: none;
	border-bottom: 1px solid #ccdbe1
}

#block-customerofficesmap #map-legend tr:last-of-type,
#block-chargingpointsmap #map-legend tr:last-of-type {
	border-bottom: none
}

#block-customerofficesmap .categorieIDBlock .horizontal_menu,
#block-chargingpointsmap .categorieIDBlock .horizontal_menu {
	background-color: #f0f4f6;
	border: 1px solid #b1b1b1;
	padding: 20px;
	margin-bottom: 28px
}

#block-customerofficesmap .categorieIDBlock .horizontal_menu ul,
#block-chargingpointsmap .categorieIDBlock .horizontal_menu ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-items: center
}

#block-customerofficesmap .categorieIDBlock .horizontal_menu ul li,
#block-chargingpointsmap .categorieIDBlock .horizontal_menu ul li {
	line-height: 40px
}

#block-customerofficesmap .categorieIDBlock .horizontal_menu ul li a,
#block-chargingpointsmap .categorieIDBlock .horizontal_menu ul li a {
	text-decoration: none;
	padding: 11px 12px
}

#block-customerofficesmap .categorieIDBlock .horizontal_menu ul li a:hover,
#block-customerofficesmap .categorieIDBlock .horizontal_menu ul li a.active,
#block-chargingpointsmap .categorieIDBlock .horizontal_menu ul li a:hover,
#block-chargingpointsmap .categorieIDBlock .horizontal_menu ul li a.active {
	border-bottom: 2px solid #b2d235
}

#block-customerofficesmap .categorieIDBlock .locationsRows,
#block-chargingpointsmap .categorieIDBlock .locationsRows {
	line-height: 1.6
}

#block-customerofficesmap .categoryLocationsList,
#block-chargingpointsmap .categoryLocationsList {
	line-height: 1.6
}

#block-customerofficesmap #tooltipBodyHours,
#block-customerofficesmap #tooltipBodyTerminal,
#block-chargingpointsmap #tooltipBodyHours,
#block-chargingpointsmap #tooltipBodyTerminal {
	display: none
}

.hoursTable {
	background-color: #fff
}

.hoursTable tr:not(:first-of-type) th {
	border-radius: 0;
	background-color: #fff;
	color: #004c69
}

.hoursTable tr:first-of-type th {
	padding: 6px 5px;
	white-space: nowrap
}

.hoursTable tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.hoursTable th {
	font-size: 1.6rem;
	padding: 4px 5px
}

.hoursTable td {
	font-size: 1.4rem;
	padding: 3px 5px
}

@media(min-width:48em) {
	#block-customerofficesmap .categoryLocationsList ul {
		line-height: 1.6;
		-moz-column-count: 2;
		column-count: 2
	}
}

@media(min-width:60em) {

	#block-customerofficesmap .form-panel,
	#block-chargingpointsmap .form-panel {
		margin-bottom: 20px;
		display: flex;
		align-items: baseline
	}

	#block-customerofficesmap .form-panel .field-address-container,
	#block-chargingpointsmap .form-panel .field-address-container {
		width: 700px;
		margin-bottom: 0;
		display: inline-block
	}

	#block-customerofficesmap .form-panel input.button-search,
	#block-chargingpointsmap .form-panel input.button-search {
		margin-left: 10px;
		width: auto
	}

	#block-customerofficesmap #thumbnailBlocks ul.thumbnails,
	#block-chargingpointsmap #thumbnailBlocks ul.thumbnails {
		display: flex;
		flex-flow: row nowrap;
		gap: 16px
	}

	#block-customerofficesmap #map-legend,
	#block-chargingpointsmap #map-legend {
		margin-bottom: 40px
	}

	#block-customerofficesmap .categorieIDBlock .locationsRows,
	#block-chargingpointsmap .categorieIDBlock .locationsRows {
		line-height: 1.6;
		-moz-column-count: 2;
		column-count: 2
	}
}

@media(min-width:71.25em) {

	#block-customerofficesmap .categorieIDBlock .locationsRows,
	#block-chargingpointsmap .categorieIDBlock .locationsRows {
		-moz-column-count: 3;
		column-count: 3
	}

	#block-customerofficesmap .categoryLocationsList ul,
	#block-chargingpointsmap .categoryLocationsList ul {
		-moz-column-count: 3;
		column-count: 3
	}
}

.tippy-box {
	background-color: #004c69;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 16px;
	border-radius: 4px;
	color: #fff
}

.tippy-box .tippy-content {
	padding: 0
}

.tippy-box .tippy-arrow {
	color: #004c69
}

[data-tooltip] {
	border-bottom: 1px #004c69 dotted
}

.tooltip.tooltip {
	background-color: #004c69;
	font-size: 1.6rem;
	line-height: 1.5;
	border-radius: 4px;
	padding: 16px;
	color: #fff;
	border: none
}

.tooltip.tooltip div[data-popper-arrow]::before {
	background-color: #004c69;
	border: none
}

.single-result {
	display: inline-block;
	padding: 20px;
	border: 1px solid #004c69;
	border-radius: 4px;
	width: 100%;
	background-color: #e7f1fa;
	font-size: 1.6rem
}

.single-result dl {
	display: grid;
	grid-template-columns: min-content auto;
	grid-column-gap: 16px;
	grid-row-gap: 12px
}

.single-result dl dt {
	color: #004c69;
	font-weight: 500
}

.single-result dl:last-child {
	margin-bottom: 0
}

.single-result-item__title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: #004c69
}

@media(min-width:36em) {
	.single-result {
		width: auto;
		min-width: 345px
	}
}

.pswp {
	will-change: unset !important
}

.pswp__bg {
	will-change: unset !important;
	opacity: 1 !important;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgba(0, 14, 20, .6)
}

.pswp__container img {
	-o-object-fit: contain;
	object-fit: contain
}

.pswp .fluvius-image-gallery__close {
	background-color: #fff;
	width: 40px;
	height: 40px;
	margin: 0;
	opacity: 1;
	color: #004c69;
	position: absolute;
	border-radius: 20px;
	border: 1px solid #004c69;
	cursor: pointer;
	top: 10vh;
	right: 15px;
	text-indent: 50px;
	white-space: nowrap;
	overflow: hidden
}

.pswp .fluvius-image-gallery__close:before {
	content: "close";
	font-family: "Material Icons Outlined";
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 7px;
	text-indent: 0
}

.pswp .fluvius-image-gallery__close:hover {
	background-color: #e6edf0
}

.pswp .fluvius-image-gallery__close:active {
	background-color: #ccdbe1
}

.pswp .fluvius-image-gallery__close:focus-visible {
	outline: 3px solid #f59c00
}

.pswp.vertical .fluvius-image-gallery__close {
	top: 4vh;
	right: 80px
}

.pswp .fluvius-image-gallery__thumbnails {
	position: absolute;
	pointer-events: none;
	touch-action: none;
	bottom: 10vh;
	left: 15px;
	right: 15px
}

.pswp .fluvius-image-gallery__thumbnails .fluvius-slider__slides {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	touch-action: pan-x
}

.pswp .fluvius-image-gallery__thumbnails.vertical {
	left: 80px;
	top: 4vh;
	bottom: 4vh;
	right: unset
}

.pswp .fluvius-image-gallery__thumbnails.vertical .fluvius-slider__slides {
	flex-direction: column;
	touch-action: pan-y
}

.pswp .fluvius-image-gallery__thumb {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 8px;
	background: #fff;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer
}

.pswp .fluvius-image-gallery__thumb.active {
	border: 2px solid #b2d235
}

.pswp__img {
	border-radius: 8px;
	cursor: default
}

@media(min-width:60em) {
	.pswp:not(.vertical) .fluvius-image-gallery__close {
		width: unset;
		text-indent: unset;
		border-radius: 4px;
		line-height: 24px;
		font-size: 1.6rem;
		top: 10vh;
		right: 180px;
		padding: 0 20px 0 52px
	}

	.pswp:not(.vertical) .fluvius-image-gallery__close:before {
		font-size: 24px;
		line-height: 24px;
		top: 7px;
		left: 20px
	}

	.pswp .fluvius-image-gallery__thumbnails:not(.vertical) {
		bottom: 10vh;
		left: 180px;
		right: 180px
	}

	.pswp .fluvius-image-gallery__thumbnails:not(.vertical) .fluvius-image-gallery__thumb {
		width: 128px;
		height: 128px
	}

	.pswp .fluvius-image-gallery__thumbnails:not(.vertical) .fluvius-image-gallery__thumb.active {
		border: 3px solid #b2d235
	}
}

.fluvius-slider__slides {
	touch-action: pan-x;
	pointer-events: auto;
	overflow: hidden
}

.fluvius-slider-button {
	pointer-events: auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	font-family: "Material Icons Outlined";
	width: 40px;
	height: 40px;
	background-color: #004c69;
	color: #fff;
	border-radius: 20px;
	border: none
}

.fluvius-slider-button.hidden {
	display: none;
	pointer-events: none
}

.fluvius-slider-button:focus-visible {
	outline: 3px solid #f59c00
}

.vertical .fluvius-slider-button {
	left: 50%;
	transform: translate3d(-50%, 0, 0) rotate(90deg)
}

.fluvius-slider__prev {
	left: 0;
	cursor: pointer
}

.vertical .fluvius-slider__prev {
	top: 0;
	bottom: unset
}

.fluvius-slider__next {
	right: 0;
	cursor: pointer
}

.vertical .fluvius-slider__next {
	top: unset;
	bottom: 0
}