
.cc-window {
	font-size:1em;
	font-weight:300;
	line-height:1.25em;
	position:fixed;
	z-index:9999;
	display:flex;
	overflow:hidden;
	flex-wrap:nowrap;
	box-sizing:border-box;
	transition:opacity 1s ease;
	opacity:1;
	border-top: 1px solid #b3b3b3;
	background-color: #d9d9d9 !important;
}
.cc-window.cc-invisible {
	opacity:0
}
.cc-window.cc-static {
	position:static
}
@media print {
	.cc-window {
		display:none
	}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-window.cc-left,.cc-window.cc-right {
		right:0;
		left:0
	}
	.cc-window.cc-top {
		top:0
	}
	.cc-window.cc-bottom {
		bottom:0
	}
}
.cc-compliance {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-content:space-between;
	align-items:center
}
.cc-animate:hover {
	transform:translateY(0)
}
.cc-grower {
	overflow:hidden;
	max-height:0;
	transition:max-height 1s
}
.cc-header {
	font-size:18px;
	font-weight:700
}
.cc-btn,.cc-close,.cc-link {
	cursor:pointer
}
.cc-link {
	display:inline-block;
	padding: 0 0 0 0.25em;
	text-decoration:none;
	opacity:1;
	color: #245f8f !important;
	font-weight:400;
	border-bottom: 1px dashed transparent !important;
}
.cc-link:hover {
	opacity:1;
	border-bottom: 1px dashed #245f8f !important;
	text-decoration: none !important;
}
.cc-link:active,.cc-link:visited {
	color:initial
}
.cc-btn {
	font-size: .9em;
	font-weight:400 !important;
	display:block;
	padding:.8em .8em;
	text-align:center;
	white-space:nowrap;
	border:1px solid #245f8f !important;
	color: #fff !important;
	background-color: #245f8f !important;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.25);
}
.cc-btn:hover {
	background-color: #245f8f !important;
	border:1px solid #245f8f !important;
	color: #000 !important;
}
.cc-btn.cc-dismiss {
	color: #000 !important;
}
@media screen and (max-width: 900px) {
	.cc-btn {
		/* white-space:normal */
	}
}
.cc-btn+.cc-btn {
	margin-left:1em
}
.cc-highlight .cc-btn:first-child {
	border-color:transparent;
	background-color:transparent
}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
	/* text-decoration:underline; */
	background-color:transparent
}
.cc-close {
	font-size:1.6em;
	line-height:.75;
	position:absolute;
	top:.5em;
	right:.5em;
	display:block;
	opacity:.9
}
.cc-close:focus,.cc-close:hover {
	opacity:1
}
.cc-theme-classic .cc-btn {
	border-radius:5px
}
.cc-theme-classic .cc-btn:last-child {
	min-width:140px
}
.cc-top {
	top:1em
}
.cc-left {
	left:1em
}
.cc-right {
	right:1em
}
.cc-bottom {
	bottom:1em
}
.cc-banner {
	padding:1em
}
.cc-banner .cc-message {
	display:block;
	flex:1 1 auto;
	max-width:100%;
	margin-right:1em;
	color: #000;
	font-size: .85em;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-banner .cc-message {
		margin-right:0
	}
}
.cc-banner.cc-window {
	align-items:center;
	flex-direction:row;
	width:100%;
	padding:1em 1.8em
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-banner.cc-window {
		right:0;
		left:0;
		align-items:unset;
		flex-direction:column
	}
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-banner.cc-window .cc-compliance {
		flex:1 1 auto
	}
}
.cc-banner.cc-top {
	top:0;
	right:0;
	left:0
}
.cc-banner.cc-bottom {
	right:0;
	bottom:0;
	left:0
}
.cc-banner.cc-theme-edgeless .cc-btn {
	height:100%;
	margin:0;
	padding:.8em 1.8em
}
.cc-floating>.cc-link {
	margin-bottom:1em
}
.cc-floating .cc-message {
	display:block;
	padding-bottom:1.5em;
	color: #000;
}
.cc-floating .cc-compliance>.cc-btn {
	flex:1
}
.cc-floating.cc-window {
	flex-direction:column;
	max-width:24em;
	padding:2em
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-floating.cc-window {
		right:0;
		left:0;
		max-width:none
	}
}
.cc-floating.cc-window .cc-compliance {
	flex:1 0 auto
}
.cc-floating.cc-theme-classic {
	padding:1.2em;
	border-radius:5px
}
.cc-floating.cc-theme-classic.cc-type-info .cc-compliance {
	display:inline;
	flex:none;
	text-align:center
}
.cc-floating.cc-theme-classic.cc-type-info .cc-btn {
	display:inline-block
}
.cc-floating.cc-theme-edgeless {
	padding:0
}
.cc-floating.cc-theme-edgeless .cc-message {
	padding:2em 2em 1.5em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left:0
}
.cc-revoke {
	line-height:1.5em;
	position:fixed;
	z-index:9999;
	display:flex;
	overflow:hidden;
	flex-wrap:nowrap;
	box-sizing:border-box;
	padding:.5em;
	cursor:pointer
}
.cc-revoke:hover {
	text-decoration:underline
}
.cc-revoke.cc-top {
	top:0;
	left:3em;
	border-bottom-right-radius:.5em;
	border-bottom-left-radius:.5em
}
.cc-revoke.cc-bottom {
	bottom:0;
	left:3em;
	border-top-left-radius:.5em;
	border-top-right-radius:.5em
}
.cc-revoke.cc-left {
	right:unset;
	left:3em
}
.cc-revoke.cc-right {
	right:3em;
	left:unset
}
@media print {
	.cc-revoke {
		display:none
	}
}
.cc-revoke.cc-animate {
	transition:transform 1s ease;
	transition:transform 1s ease, -webkit-transform 1s ease
}
.cc-revoke.cc-animate.cc-top {
	transform:translateY(-2em)
}
.cc-revoke.cc-animate.cc-bottom {
	transform:translateY(2em)
}
.cc-revoke.cc-animate.cc-active.cc-bottom {
	transform:translateY(0)
}
.cc-revoke.cc-animate.cc-active.cc-top {
	transform:translateY(0)
}
.dp--cookie-check {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top:.5rem;
	/* border:1px solid rgba(255,255,255,0.5); */
	/* border-radius:5px */
}
.dp--cookie-check label {
	/* display:block; */
	/* overflow:hidden; */
	margin:0;
	padding:2px;
	white-space:nowrap;
	text-overflow:ellipsis
}
.dp--cookie-check label:first-child {
	padding-left:10px
}
.dp--cookie-check label:last-child {
	padding-right:10px
}
.dp--iframe {
	display:none
}
.dp--iframe.dp--loaded {
	display:block
}
.dp--overlay {
	padding:2.5rem 1.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center
}
.dp--overlay-description {
	margin-top:.8rem
}
.dp--overlay-button {
	margin-top:.8rem
}
.db--overlay-submit {
	border:2px solid transparent;
	display:inline-block;
	padding:.4em .8em;
	font-weight:700;
	text-align:center
}
.dp--iframe.dp--loaded+.dp--overlay {
	display:none
}
.cc-revoke.dp--revoke {
	line-height:1;
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:40px;
	height:40px;
	margin:5px;
	transition:all .3s ease-in-out;
	transform:none !important;
	text-decoration:none !important;
	border-radius:20px !important
}
.cc-revoke.dp--revoke i {
	font-size:24px;
	pointer-events:none
}
.cc-revoke.dp--revoke.cc-top,.cc-revoke.dp--revoke.cc-bottom {
	left:0
}
.cc-revoke.dp--revoke.cc-right {
	right:0;
	left:auto
}
.cc-revoke.dp--revoke .dp--hover {
	pointer-events:none;
	display:none
}
.cc-revoke.dp--revoke:hover {
	opacity:.7
}
.cc-revoke.dp--revoke:hover .dp--hover {
	display:inline-block
}
.dp--sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	white-space:nowrap;
	border:0
}
@font-face {
	font-family:'dp-icomoon';
	src:url(../fonts/icomoon.eot?f870c2c5f3295e7ca61cc6d2a126d459);
	src:url(../fonts/icomoon.eot?f870c2c5f3295e7ca61cc6d2a126d459#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?680ba2f9dbb4a562d6925301b53d7e3f) format("truetype"),url(../fonts/icomoon.woff?266bdcdc3bdf196f83ba46fe87ab27ac) format("woff"),url(../fonts/icomoon.svg?47dcde5d00856de36ef15ca662e0e099#icomoon) format("svg");
	font-weight:normal;
	font-style:normal;
	font-display:block
}
[class^="dp--icon-"],[class*=" dp--icon-"] {
	font-family:'dp-icomoon' !important;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	line-height:1;
	text-transform:none;
	speak:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.dp--icon-fingerprint:before {
	content:"\e900"
}

.cookie-check {
	
}

.form-check {
	display:inline-block;
}
.cookie-check-border {
	width: 100%;
	display: flex;
	margin: 0 15px 0 15px;
	padding: .5em;
	border: 1px solid #b3b3b3;
	border-radius: .25em;
}
.form-check .custom-control {
	padding-left: 1.5em;
}
.form-check .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
	left:2em;
	font-size: 1.1125em;
}
.form-check .custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #245f8f solid 1px;
    border-top-color: #245f8f;
    border-right-color: #245f8f;
    border-bottom-color: #245f8f;
    border-left-color: #245f8f;
}
.form-check .custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check .custom-switch .custom-control-label::before {
    left: -4rem;
    width: 3rem;
    pointer-events: all;
    border-radius: 2rem;
}
.form-check .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #245f8f;
    background-color: #2e7ab8;
}
.form-check .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.form-check .custom-switch .custom-control-label::after {
    top: calc(0rem + 2px);
    left: calc(-4rem + 2px);
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    background-color: #245f8f;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.form-check .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
}
.form-check .custom-control-input:disabled ~ .custom-control-label::before {
    color: #fff;
    border-color: #245f8f !important;
    background-color: #2e7ab8 !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #245f8f !important;
}
div.cc-revoke {
	display: none !important;
}
@media screen and (max-width: 991px) {
	.cc-compliance {
		margin-top:1em;
		text-align:center;
		display: block;
	}
	.cc-compliance .cc-btn {
		display: inline-block;
	}
}
@media screen and (max-width: 700px) {
	.cookie-check-border {
		display: block;
	}
	.cookie-check-border .form-check {
		margin-top: 0.25em;
	}
}
.cc-window .cc-compliance a.cc-btn {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

/*** REPAIRS for Bootstrap 3 ***/
.dp--cookie-check.row {
	flex-wrap: wrap;
}
.dp--cookie-check.row:before {
	content: unset;
	display: unset;
}
.dp--cookie-check.row:after {
	content: unset;
	display: unset;
	clear: unset;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    color-adjust: exact;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.form-check {
    position: relative;
    padding-left: 1.25rem;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
	padding-right: 15px;
}
/*** REPAIRS for Bootstrap 3 ***/
.cc-btn.cc-allow {
	border: 1px solid #2e7ab8 !important;
	background-color: #fff !important;
	color: #000 !important;
}
.cc-btn.cc-allow:hover {
	border: 1px solid #245f8f !important;
	background-color: #245f8f !important;
	color: #fff !important;
}

.cc-btn.cc-dismiss {
	border: 1px solid #245f8f !important;
	background-color: #2e7ab8 !important;
	color: #fff !important;
	font-weight:bold !important;
}
.cc-btn.cc-dismiss:hover {
	border: 1px solid #245f8f !important;
	background-color: #245f8f !important;
	color: #fff !important;
	font-weight:bold !important;
}






