﻿/*===== Cookie Popups ======*/
@font-face {
	font-family: 'Inter';
	font-weight: 100 900;
	font-display: swap;
	font-style: normal;
	font-named-instance: 'Regular';
	src: url("/../../Content/Fonts/Inter/Inter-roman.var.woff2?v=3.19") format("woff2");
}

@font-face {
	font-family: 'Inter';
	font-weight: 100 900;
	font-display: swap;
	font-style: italic;
	font-named-instance: 'Italic';
	src: url("/../../Content/Fonts/Inter/Inter-italic.var.woff2?v=3.19") format("woff2");
}

.hr {
	background: #ccc;
	border: 0;
	display: block;
	height: 1px;
	width: 100%;
}

.list-no-style {
	list-style: none;
	margin: 0;
	padding: 0;
}

.margin-bottom-small {
	margin-bottom: .5em;
}

.txt-no-wrap {
	white-space: nowrap;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.txt-link {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: transparent;
	border: 0;
	color: #006647;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
}

.rlc-modal {
	align-items: center;
	display: none;
	font: 400 10px/1.6 Inter, Arial, Helvetica, sans-serif;
	flex-direction: column;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

	.rlc-modal.active {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		z-index: 100001;
	}

	.rlc-modal .rlc-modal__dialog {
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: #fff;
		margin-top: 2em;
		margin-bottom: 2em;
		max-width: 600px;
		min-height: 230px;
		padding: 1em 2em;
		position: relative;
		width: 92%;
	}

	.rlc-modal .rlc-modal__dialog--full-page {
		height: 92%;
		max-width: 960px;
		overflow: hidden;
	}

	.rlc-modal .rlc-modal__close {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background-color: #999;
		border: 0;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
	}

		.rlc-modal .rlc-modal__close:before {
			background: url('/../../Content/Images/Icons/icon-close.svg') no-repeat center;
			background-size: 50%;
			content: "";
			display: block;
			height: 38px;
			width: 38px;
		}

	.rlc-modal .rlc-modal__content {
		overflow-y: auto;
	}

	.rlc-modal .rlc-modal--hd {
		background: #006647;
		color: #fff;
		flex: 0;
		font-size: 2em;
		padding: .25em .7em;
		font-weight: 700;
		line-height: 1.5;
		margin: .5em 0 12px 0;
	}

	.rlc-modal .rlc-modal--p {
		font-size: 1.5em;
		margin: 1em 0;
		padding: 0 1em;
	}

		.rlc-modal .rlc-modal--p.margin-top-xl {
			margin-top: 2em;
		}

	.rlc-modal .rlc-modal__dialog .input-group__btns {
		border-top: 1px solid #ccc;
		margin: 2em 0 0;
		padding: 0;
		text-align: right;
	}

	.rlc-modal .rlc-modal__dialog .input-group__btns--flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: end;
	}

	.rlc-modal .btn {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		cursor: pointer;
		display: inline-block;
		font-size: 1.3em;
		font-weight: 700;
		line-height: 1.6;
		max-width: 100%;
		margin: 1em 0;
		min-width: 118px;
		padding: 9px 10px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}

	.rlc-modal .btn--primary {
		background-color: #006647;
		border: 1px solid #006647;
		color: #fff;
	}

		.rlc-modal .btn--primary:hover {
			background-color: #3fae2a;
			border: 1px solid #3fae2a;
		}

	.rlc-modal .btn--secondary {
		background-color: #fff;
		border: 1px solid #ccc;
		color: #7d7d7d;
		margin-right: .5em;
		margin-bottom: 0;
	}

		.rlc-modal .btn--secondary:hover {
			background-color: #e6e7e9;
		}

#screenCover.active {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	animation: loadingdelay 200ms linear;
	will-change: opacity;
}

#screenCover.active--cover-all {
	z-index: 9998;
}

/*-- cookie btn --*/
#rlcCookiePrefBtn {
	border-radius: 100%;
	border-style: none;
	background-color: #006647;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .9);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.9);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .9);
	cursor: pointer;
	display: none;
	font-size: 0;
	height: 50px;
	line-height: 0;
	min-width: auto;
	padding: 6px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 50px;
	z-index: 1001;
}

	#rlcCookiePrefBtn:hover {
		background-color: #338d22;
		-webkit-box-shadow: 0 0 3px #000;
		-moz-box-shadow: 0 0 3px #000;
		box-shadow: 0 0 3px #000;
	}

	#rlcCookiePrefBtn.active {
		display: block;
	}

.icon-cookie {
	background-image: url('/../../Content/Images/Icons/icon-cookie.svg');
	display: block;
	height: 100%;
	width: 100%;
}

/*-- Accordions --*/
.rlc-modal .accordion-group {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	.rlc-modal .accordion-group .accordion {
		font-size: 10px;
		margin: .75em 0;
		position: relative;
	}

	.rlc-modal .accordion-group .accordion__trigger {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background-color: #e6e7e9;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: 0;
		color: #333;
		font-size: 1.5em;
		font-weight: 700;
		line-height: 1.5;
		padding: .8em 1em;
		text-align: left;
		width: 100%;
	}

		.rlc-modal .accordion-group .accordion__trigger:hover {
			background-color: #d9d9d9;
		}

		.rlc-modal .accordion-group .accordion__trigger.active {
			background-color: #d9d9d9;
		}

			.rlc-modal .accordion-group .accordion__trigger.active .accordion__trigger-indicator {
				background-position: -13px center;
			}

	.rlc-modal .accordion-group .accordion__trigger-indicator {
		background: url('/../../Content/Images/Icons/icon-accordion-indicator.svg') no-repeat left center;
		background-size: 54px;
		flex: 0 0 auto;
		height: 14px;
		margin: 0 1em 0 0;
		width: 14px;
	}

	.rlc-modal .accordion-group .accordion__trigger--w-toggle {
		cursor: pointer;
		justify-content: flex-start;
		padding-right: 4em;
	}

	.rlc-modal .accordion-group .accordion__toggle {
		font-size: 1.5em;
		line-height: 1.5;
		padding: .8em;
		position: absolute;
		top: 0;
		right: 0;
	}

.rlc-modal .input-toggle {
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	height: 22px;
	margin: 0;
	opacity: 0;
	padding: 0;
	vertical-align: middle;
	width: 22px;
}

.rlc-modal .input-toggle-label {
	color: #7d7d7d;
	display: block;
	font-size: unset;
	font-weight: 700;
	margin: 0;
}

.rlc-modal .input-toggle-label--disabled {
	opacity: .5;
}

.rlc-modal .input-toggle-label__toggle {
	background: #ccc;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	padding: 0;
	position: relative;
	width: 40px;
	vertical-align: middle;
}

	.rlc-modal .input-toggle-label__toggle:before {
		background: #fff;
		border-radius: 22px;
		content: "";
		height: 16px;
		position: absolute;
		top: 2px;
		left: 2px;
		width: 16px;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

.rlc-modal .input-toggle:checked + label > .input-toggle-label__toggle {
	background: #3fae2a;
}

	.rlc-modal .input-toggle:checked + label > .input-toggle-label__toggle:before {
		left: calc(100% - 2px);
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

.rlc-modal .accordion__panel {
	-webkit-transition: .9s;
	-moz-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
	border: 1px solid #e6e7e9;
	border-top: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 1.4em;
	visibility: hidden;
}

.rlc-modal .accordion-group .accordion__panel--open {
	height: auto;
	opacity: 1;
	overflow-x: visible;
	padding: 1.4em;
	visibility: visible;
}

.rlc-modal .accordion__panel p {
	font-size: 1.3em;
	margin: 1em 0;
}

.rlc-modal .accordion__panel li {
	font-size: 1.3em;
	margin: .75em 0;
}

.rlc-modal .accordion__panel > *:first-child {
	margin-top: 2px;
}



@media screen and (min-width: 481px) {
	.rlc-modal .rlc-modal__dialog {
		width: 95%;
	}
}

@media screen and (min-width: 601px) {
	.rlc-modal .input-group__btns {
		margin: 0 -.5em;
	}

	.rlc-modal .btn {
		margin: 1em .5em;
		padding: 4px 20px;
		width: auto;
	}

	.rlc-modal .rlc-modal__dialog .input-group__btns--flex .btn--secondary {
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 769px) {
	.rlc-modal .rlc-modal__close {
		top: -20px;
		right: -20px;
	}

	.rlc-modal .rlc-modal__dialog--full-page {
		overflow: unset;
	}
}

.visibility-hidden {
	opacity: 0;
	visibility: hidden;
	margin: 0;
}
