.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
	background: #fff;
	box-shadow: 0 0px 8px 5px rgba(0,0,0,0.085);
}

.cc-window.cc-invisible {
	opacity: 0;
}

.cc-animate.cc-revoke {
	transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0);
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
	text-decoration: underline;
	display: none !important;
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 1040;
}

.cc-window.cc-static {
	position: static;
}

.cc-window.cc-banner {
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	background: #fff;
}

.cc-revoke {
	padding: 0.5em;
}

.cc-header {
	font-size: 18px;
	font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer;
}

.cc-link {
	opacity: 0.8;
	display: inline-block;
	padding: 0.2em;
}

.cc-link:hover {
	opacity: 1;
}

.cc-link:active,
.cc-link:visited {
	color: initial;
}

.cc-btn_ {
	display: block;
	padding: 0.4em 0.8em;
	font-size: 0.9em;
	font-weight: 700;
	border-width: 2px;
	text-align: center;
	white-space: nowrap;
}

.cc-banner .cc-btn_:last-child {
	min-width: 140px;
}

.cc-highlight .cc-btn_:first-child {
	background-color: transparent;
	border-color: transparent;
}

.cc-highlight .cc-btn_:first-child:focus,
.cc-highlight .cc-btn_:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}

.cc-close {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1.6em;
	opacity: 0.9;
	line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1;
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset;
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset;
}

.cc-left {
	left: 1em;
}

.cc-right {
	right: 1em;
}

.cc-bottom {
	bottom: 0;
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center;
}

.cc-banner.cc-top {
	left: 0;
	top: 0;
}

.cc-banner.cc-bottom {
	left: 0;
	bottom: 0;
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1;
}

@media print {
	.cc-revoke,
	.cc-window {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.cc-btn_ {
		white-space: normal;
	}
}


.cc-floating_.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}

.cc-floating_.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}

.cc-theme-classic .cc-btn_ {
	border-radius: 5px;
}

.cc-theme-classic .cc-btn_:last-child {
	min-width: 140px;
}

.cc-floating_.cc-type-info.cc-theme-classic .cc-btn_ {
	display: inline-block;
}

.cc-theme-edgeless.cc-window {
	padding: 0;
}

.cc-floating_.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn_ {
	margin: 0;
	padding: 0.8em 1.8em;
	height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em;
}

.cc-content {
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 100%;
	max-width: 1600px;
	line-height: 1.25;
	position: relative;
}

@media screen and (max-width: 720px) {
	.cc-message .small {
		font-size: 13px;
	}
}

.cc-message,
.cc-compliance {
	display: inline;
}

.cc-btn {
	white-space: nowrap;
}

.cc-content .lead {
	color: #2f5496;
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.cc-compliance.cc-highlight {
	text-align: center;
}

.cc-content .cc-btn.cc-dismiss {
	display: none;
}

.cc-content .cc-btn_.cc-allow {
	margin: auto;
	max-width: 230px;
	min-width: 187px;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	min-height: 45px;
	height: auto;
	max-height: none;
	border-radius: 3px;
	line-height: 1.3;
}

.cc-compliance {
	display: none !important;
}

.cc-allow-x {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	min-width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	font-size: 28px;
	color: #333;
	cursor: pointer;
	opacity: .65;
	padding-top: 1px;
	margin-left: 10px;
}

.cc-message > span > .cc-allow {
	color: #fe6f17;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.cc-message > span > .cc-allow:hover {
	color: #fe6f17;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 600;
}

.cc-message > span {
	padding-right: 25px;
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
}

@media all and (min-width: 350px) {
	.cc-message > span {
		text-align: justify;
	}
}

@media all and (min-width: 720px) {
	.cc-message {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cc-allow-x {
		position: relative;
		top: auto;
		right: auto;
	}
	.cc-message > span {
		padding-right: 0;
	}
}

.cc-message span a,
.cookie-footer a {
	color: #00aeef;
	text-decoration: none;
}

.cc-message span a:hover,
.cookie-footer a:hover {
	color: #4bd1ff;
}

.cc-allow-x:hover {
	color: #333;
	opacity: 1;
}

.cc-revoke {
	display: none !important;
}

.mfp-cookieconsent .mfp-container {
	padding: 20px;
}

.mfp-cookieconsent .mfp-content {
	max-width: 640px;
	margin: auto;
}

.cookieconsent-details-content {
	background-color: #fff;
	padding-bottom: 55px;
	padding-left: 1px;
	padding-right: 1px;
	width: 100%;
}

.cookieconsent-details-content p {
	line-height: 1.6;
}

.cookieconsent-content-inner {
	overflow: auto;
	max-height: 75vh;
	padding: 0 40px;
}

.cookieconsent-content-footer {
	position: absolute;
	bottom: 0;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	width: 100%;
	left: 0;
	height: 55px;
}

.cookieconsent-content-footer .btn {
	float: right;
	margin-top: 7px;
	margin-right: 30px;
	color: #fff !important;
	padding: 10px;
	height: auto;
	max-height: none;
	min-height: 40px;
	font-size: 13px;
	min-width: 130px;
}

.mfp-bg.mfp-cookieconsent.mfp-cookieconsent-self {
	background-color: rgba(1, 24, 35, .9) !important;
	transition: all 0.3s ease-out;
}

.mfp-bg.mfp-cookieconsent {
	background: transparent !important;
	transition: all 0.3s ease-out;
}

.cc-content {
	transition: all 0.3s ease-out;
	transition-delay: .1s;
}

/* .mfp-cc-opened .cc-content {
	opacity: 0;
} */

.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all .2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
	box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.22), 0px 20px 28px 0px rgba(0, 0, 0, 0.30);
}

.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-wrap:before {
	content: '';
	display: none;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.mfp-ajax-cur .mfp-wrap:before {
	display: block;
	-webkit-animation-name: spinner;
	animation-name: spinner;
}

.mfp-cookieconsent .mfp-close {
	right: 5px;
}

.mfp-bg.mfp-cookienolaw {
	display: none !important;
}

.mfp-wrap.mfp-cookienolaw {
	height: 0 !important;
	position: fixed !important;
	top: auto !important;;
	bottom: 0 !important;
	left: 0 !important;
}

.mfp-wrap.mfp-cookienolaw .mfp-container {
	padding: 0;
}

.mfp-wrap.mfp-cookienolaw .mfp-content {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0px 8px 5px rgba(0,0,0,0.085);
}









.legal-container {
	padding-top: 100px;
}

.cookieconsent-content-inner .legal-container {
	padding-top: 20px;
	padding-bottom: 100px;
}

.legal-container .section-title {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.legal-container .section-title-wrapper h1,
.legal-container .section-title-wrapper h2 {
	margin-top: 25px;
	margin-bottom: 25px;
	display: inline-block;
	text-align: left;
	font-weight: 600;
}

.legal-container .section-title-wrapper h1 {
	color: #2f5496;
	font-size: 1.35em;
	line-height: 1.3;
}

.legal-container .section-title-wrapper h2 {
	color: #2f5496;
	font-size: 1.2em;
	line-height: 1.3;
}

.legal-container .section-content p {
	color: #222;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.legal-container .cols-a p:last-child {
	margin-bottom: 10px;
}

.legal-container .section-content ul {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 2em;
	margin-left: 0;
	padding-left: 2em;
}

.legal-container .section-content ul > li {
	color: #222;
	font-size: 1em;
	line-height: 1.6;
}

.cookieconsent-content-inner .legal-container .section-content p,
.cookieconsent-content-inner .legal-container .section-content ul > li {
	font-family: "Open Sans", Oxygen-Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

.legal-container .section-content a {
	color: #0563c1;
}

.legal-container .section-content a:hover {
	color: #00AEEF;
}

.fancy-wrappit {
	box-shadow: 0 5px 26px 0 rgba(0,0,0,.022),0 20px 28px 0 rgba(0,0,0,.05);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 620px;
	max-height: 75vh;
}


.cookieconsent-content-footer {
	bottom: 0;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	box-shadow: 0 5px 26px 0 rgba(0,0,0,.022),0 20px 28px 0 rgba(0,0,0,.05);
	width: 100%;
	left: 0;
	height: 55px;
	/* margin-bottom: 25px; */
}

.cookieconsent-content-footer .btn {
	float: right;
	margin-top: 7px;
	margin-right: 30px;
	color: #fff !important;
	padding: 10px;
	height: auto;
	max-height: none;
	min-height: 40px;
	font-size: 13px;
	min-width: 130px;
}













.cookie-footer-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0px 8px 5px rgba(0,0,0,0.085);
}

.cookie-footer {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	position: relative;
}

.cookie-footer p {
	font-size: 16px;
	line-height: 1.45;
}

.cookie-footer .cf-close {
	font-size: 28px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	opacity: .65;
	color: #333;

	padding: 0;
	cursor: pointer;
	border: 0;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;

	line-height: 40px;
	margin-left: 10px;
	position: relative;
	width: 40px;
	height: 40px;
}

.cookie-footer .cf-close:hover {
	opacity: 1;
}
