/* Cookie consent banner
======================================================= */
#cookie-consent-banner {
	display: none;
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	top: auto !important;
	transform: none !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	box-sizing: border-box !important;
	z-index: 10000 !important;
	background: #394639 !important;
	color: #fff;
	border: 0 !important;
	border-top: 3px solid #88a488 !important;
	border-radius: 0 !important;
	box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.22);
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

#cookie-consent-banner.is-visible {
	display: block;
}

#cookie-consent-banner .cookie-consent-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 14px;
	box-sizing: border-box;
	text-align: center;
}

#cookie-consent-banner .cookie-consent-copy {
	flex: 0 1 auto;
	min-width: 0;
	width: auto;
}

#cookie-consent-banner .cookie-consent-copy p {
	margin: 0;
	color: #f4f6f5;
	font-size: 15px;
	line-height: 1.4;
}

#cookie-consent-banner .cookie-consent-copy strong {
	color: #fff;
}

#cookie-consent-banner .cookie-consent-info-link,
#cookie-consent-banner .cookie-consent-info-link:link,
#cookie-consent-banner .cookie-consent-info-link:visited {
	color: #cfe7d3;
	text-decoration: underline;
	margin: 0;
	display: inline;
	font-weight: 600;
}

#cookie-consent-banner .cookie-consent-info-link:hover {
	color: #fff;
}

#cookie-consent-banner .cookie-consent-actions {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

#cookie-consent-banner .cookie-consent-actions button {
	margin: 0;
	min-width: 110px;
	border-radius: 8px;
	float: none;
	width: auto;
	display: inline-block;
}

#cookie-consent-banner button.cookie-consent-accept,
#cookie-consent-banner .cookie-consent-accept,
button.cookie-consent-accept,
.cookie-consent-accept {
	background: #88a488 !important;
	border: 2px solid #88a488 !important;
	color: #fff !important;
}

#cookie-consent-banner button.cookie-consent-accept:hover,
#cookie-consent-banner .cookie-consent-accept:hover,
button.cookie-consent-accept:hover,
.cookie-consent-accept:hover {
	background: #9fb69f !important;
	border-color: #9fb69f !important;
	color: #fff !important;
}

#cookie-consent-banner .cookie-consent-decline {
	background: transparent;
	border: 2px solid #afb3af;
	color: #fff;
}

#cookie-consent-banner .cookie-consent-decline:hover {
	background: #4d5d66;
	border-color: #c2c8c3;
	color: #fff;
}

#cookie-consent-login-msg,
.cookie-consent-notice {
	display: none;
	margin: 0 auto 16px auto;
	max-width: 500px;
	box-sizing: border-box;
	padding: 14px 18px;
	background: #f4f7f4;
	border: 1px solid #c4d6c4;
	border-left: 4px solid #88a488;
	border-right: 4px solid #88a488;
	border-radius: 8px;
	color: #394639;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
}

#cookie-consent-login-msg.is-visible,
.cookie-consent-notice.is-visible {
	display: block;
}

.cookie-consent-notice p {
	margin: 0;
	color: #394639;
	text-align: center;
}

.cookie-consent-notice .cookie-consent-notice-action {
	margin-top: 8px;
	text-align: center;
}

.cookie-consent-notice a,
.cookie-consent-notice a:link,
.cookie-consent-notice a:visited {
	color: #499ccc;
	text-decoration: underline;
	margin: 0;
	display: inline;
	font-weight: 600;
}

.cookie-consent-notice a:hover {
	color: #2e91cc;
}

form.login.is-cookie-blocked input,
form.login.is-cookie-blocked button[type="submit"] {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

body.has-cookie-banner {
	padding-bottom: 110px;
}

/* Cookie policy page (/cookies.cfm)
======================================================= */
.cookie-policy-header .back_to_home {
	float: none;
	margin: 12px auto 0 auto;
	text-align: center;
	display: block;
}

.cookie-policy-header .back_to_home a {
	display: inline-block;
}

.cookie-policy {
	max-width: 640px;
	margin: 0 auto 48px auto;
	padding: 0 24px 24px 24px;
	box-sizing: border-box;
	text-align: left;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	color: #394639;
	font-size: 15px;
	line-height: 1.55;
}

.cookie-policy-lead {
	margin: 0 0 20px 0;
	text-align: center;
	color: #3a4a3a;
	font-size: 15px;
}

.cookie-policy-card {
	background: #f7faf7;
	border: 1px solid #d5e0d6;
	border-radius: 10px;
	padding: 18px 20px 16px 20px;
	margin: 0 0 16px 0;
	box-shadow: 0 1px 2px rgba(47, 61, 68, 0.04);
}

.cookie-policy-card h3 {
	margin: 0 0 14px 0 !important;
	padding: 0;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 20px !important;
	font-weight: normal !important;
	font-style: italic;
	color: #005816 !important;
	text-align: left;
	line-height: 1.3;
}

.cookie-policy-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cookie-policy-list > li {
	position: relative;
	margin: 0 0 14px 0;
	padding: 0 0 14px 18px;
	border-bottom: 1px solid #e3ece3;
	list-style: none !important;
}

.cookie-policy-list > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.cookie-policy-list > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #88a488;
}

.cookie-policy-list .cookie-name {
	display: block;
	font-family: Consolas, "Courier New", monospace;
	font-size: 14px;
	font-weight: 700 !important;
	color: #394639;
	margin-bottom: 4px;
	letter-spacing: 0.01em;
}

.cookie-policy-list .cookie-desc {
	display: block;
	color: #4a594a;
	font-size: 14px;
	line-height: 1.5;
}

.cookie-policy-list-plain > li {
	padding-left: 18px;
	color: #4a594a;
	font-size: 14px;
}

.cookie-policy-note {
	margin: 12px 0 0 0;
	padding-top: 12px;
	border-top: 1px dashed #d5e0d6;
	font-size: 13px;
	color: #667866;
	line-height: 1.5;
}

.cookie-policy-note code {
	font-family: Consolas, "Courier New", monospace;
	font-size: 12px;
	background: #eef3ee;
	padding: 1px 5px;
	border-radius: 3px;
	color: #394639;
}

.cookie-policy-footnote {
	margin: 8px 0 20px 0;
	text-align: center;
	font-size: 14px;
	color: #4a594a;
}

.cookie-policy-footnote strong {
	font-weight: 700 !important;
}

.cookie-policy-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 8px 0 0 0;
}

.cookie-policy-actions button,
.cookie-policy-actions a.cookie-policy-return {
	margin: 0;
	min-width: 140px;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 16px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	float: none;
	width: auto;
}

.cookie-policy-actions .cookie-policy-decline {
	background: transparent !important;
	border: 2px solid #afb3af !important;
	color: #555 !important;
}

.cookie-policy-actions .cookie-policy-decline:hover {
	background: #f0f3f4 !important;
	border-color: #8a9194 !important;
	color: #394639 !important;
}

.cookie-policy-actions a.cookie-policy-return,
.cookie-policy-actions a.cookie-policy-return:link,
.cookie-policy-actions a.cookie-policy-return:visited {
	background: #e8efe8;
	border: 2px solid #c4d6c4;
	color: #394639 !important;
}

.cookie-policy-actions a.cookie-policy-return:hover {
	background: #d7e3d7;
	border-color: #a8bda8;
	color: #1f2a1f !important;
}

.cookie-policy-status {
	margin-top: 18px !important;
	max-width: none;
}

.cookie-policy-status.is-ok {
	background: #e8f4ea;
	border-color: #c4d6c4;
	border-left-color: #88a488;
	border-right-color: #88a488;
}

.cookie-policy-status.is-warn {
	background: #f7f4f4;
	border-color: #e0cfcf;
	border-left-color: #c47a7a;
	border-right-color: #c47a7a;
}

@media (max-width: 600px) {
	#cookie-consent-banner .cookie-consent-inner {
		padding: 14px 12px 18px 12px;
	}

	#cookie-consent-banner .cookie-consent-actions {
		width: 100%;
	}

	#cookie-consent-banner .cookie-consent-actions button {
		flex: 1 1 auto;
	}

	body.has-cookie-banner {
		padding-bottom: 160px;
	}

	.cookie-policy {
		padding: 0 16px 24px 16px;
	}

	.cookie-policy-actions button,
	.cookie-policy-actions a.cookie-policy-return {
		flex: 1 1 100%;
	}
}
