@charset "utf-8";

/* CSS Document */
#DPAgreement {
	position: fixed;
	z-index: 2147483647;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

@media (min-width:1024px) {
	#DPAgreement {
		font-size: 16px;
	}
}

#DPAgreement #cc-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .4);
	-webkit-transition: opacity .4s, -webkit-transform 0s;
	transition: opacity .4s, -webkit-transform 0s;
	transition: transform 0s, opacity .4s;
	transition: transform 0s, opacity .4s, -webkit-transform 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	will-change: transform, opacity;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}

#DPAgreement #cc-icon {
	position: fixed;
	bottom: 0;
	width: 80px;
	height: 80px;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	border: 0;
	background: transparent;
	left: 0;
	fill: #555;
}

#DPAgreement #cc-icon #star path {
	fill: #f4f4f4;
}

#DPAgreement #cc-module {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
	will-change: transform;
	left: 0;
	right: 0;
	top: 100%;
	bottom: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	opacity: 1;
}

#DPAgreement #cc-content {
	position: absolute;
	overflow-y: auto;
	padding: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	height: 90%;
	max-height: 750px;
	max-width: 600px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 12px;
	color: #333;
	fill: #333;
	background-color: #f4f4f4;
}

#cc-close {
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	background-color: transparent;
	padding: 0 !important;
	z-index: 10;
}

#DPAgreement h3 {
	margin: 0;
	font-weight: 700;
	padding-right: 120px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

#DPAgreement hr {
	height: 1px;
	border: 0;
	margin: 24px 0;
	opacity: .25;
	background-color: #333;
}

#DPAgreement a,
#DPAgreement h2,
#DPAgreement h3 {
	color: #333;
	fill: #333;
}

#DPAgreement .optional-cookie {
	position: relative;
}

#DPAgreement .checkbox-toggle {
	position: absolute;
	top: 1.4em;
	right: 0;
	margin: 0;
	border-radius: 50px;
	border: 4px solid #fff;
	background-color: #555;
	border-color: #555;
}

#DPAgreement .checkbox-toggle-input {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

#DPAgreement .checkbox-toggle-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	cursor: pointer;
	z-index: 1;
}

#DPAgreement .checkbox-toggle-off,
#DPAgreement .checkbox-toggle-on {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%;
	min-width: 40px;
	text-align: center;
	z-index: 2;
	font-size: .75em;
	font-weight: 700;
	padding: 0 6px;
	white-space: nowrap;
	color: #fff;
}

#DPAgreement .checkbox-toggle-off {
	opacity: .65;
}

#DPAgreement .checkbox-toggle-toggle {
	display: block;
	width: 50%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	border-radius: 50px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #000;
}

#DPAgreement .checkbox-toggle input:checked~.checkbox-toggle-toggle {
	left: 50%;
}

#DPAgreement #cc-notify {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	min-height: 48px;
	padding: 16px;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
	z-index: 12;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

#DPAgreement #cc-notify:empty {
	height: 0;
	padding: 0;
}

#DPAgreement #cc-notify h3 {
	padding: 0;
}

#DPAgreement .cc-notify-buttons {
	position: relative;
	margin-top: 16px;
	padding-right: 24px;
}

#DPAgreement .cc-notify-button {
	border: 2px solid;
	border-radius: 4px;
	padding: 8px 16px !important;
	font-size: 1em;
	margin: 4px 8px 4px 0;
	font-weight: 400;
	line-height: 1.5em;
	background: transparent;
	cursor: pointer;
}

@media (min-width:400px) {
	#DPAgreement .cc-notify-buttons {
		padding-right: 0;
	}
}

@media (min-width:600px) {
	#DPAgreement #cc-notify {
		font-size: 12px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#DPAgreement .cc-notify-buttons {
		margin-top: 0;
		white-space: nowrap;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media (min-width:1200px) {
	#DPAgreement #cc-notify {
		font-size: 16px;
		z-index: 0;
		padding: 16px 100px;
	}
}

#DPAgreement #cc-notify {
	color: #000;
	fill: #000;
	background: #f4f4f4;
}

#DPAgreement .cc-notify-button {
	color: #000;
	border-color: #000;
	width: auto;
}

#DPAgreement .cc-button-solid {
	color: #fff;
	background: #000;
	font-weight: 700;
}

@media print {
	#DPAgreement {
		display: none !important;
	}
}

.cc-panel {
	position: absolute;
	top: 24px;
	left: 24px;
	right: 24px;
	min-height: 700px;
}

#cc,
#DPAgreement button {
	font-family: IBM Plex Sans, sans-serif !important;
}

#cc,
#DPAgreement #cc-content,
#DPAgreement #cc-notify,
#DPAgreement h2,
#DPAgreement h3,
#DPAgreement a {
	color: #003b61 !important;
	fill: #003b61 !important;
}

#DPAgreement hr {
	background-color: #003b61 !important;
}

#DPAgreement #cc-content,
#DPAgreement #cc-notify {
	background-color: #e4f1fa !important;
}

#cc-recommended {
	margin-top: 1.5em !important;
}

#cc-close-pane {
	opacity: 1;
	left: 93%;
	top: 0.5em;
}

.cc-panel a {
	opacity: 0.5;
	text-decoration: none;
}

.cc-panel a:hover {
	opacity: 1;
}

#cc-dismiss {
	top: -1.5em;
}

#cc-link-icon {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	top: 0.2em;
}

/* Based on https://codepen.io/brissmyr/pen/egidw */
.cc-close {
	position: absolute;
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	z-index: 20;
}

.cc-close:hover {
	opacity: 1;
}

.cc-close:before,
.cc-close:after {
	position: absolute;
	content: ' ';
	height: 16px;
	width: 2px;
	background-color: #003b61;
}

.cc-close:before {
	transform: rotate(45deg);
}

.cc-close:after {
	transform: rotate(-45deg);
}