/* Authentic Digital Cookie Consent Stylesheet */
.cc-content ul li {
	margin-bottom: 0;
}
.cc-settings,
.cc-button {
	margin-left: 15px;
	text-decoration: none;
	display: block;
	color: #000000;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	border: none;
	cursor: pointer;
}
.cc-button.cc-settings {
	color: #404040;
	background-color: transparent;
}
.cc-button.cc-accept {
	color: #ffffff;
	background-color: #174016;
}
.cc-heading {
	font-weight: bold;
}
.cc-heading.cc-list-heading {
	margin-bottom: 0;
}
.cc-list {
	padding: 0;
	margin: 0;
}
.cc-list li {
	font-size: 12px;
	list-style-type: none;
	border-bottom: 1px dotted #bdbdbd;
	padding: 5px 0;
}
.cc-toggle label span span {
	display: none;
	color: #fff;
}
.cc-toggle label {
	display: inline-block;
	height: 16px;
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 40px;
}
.cc-toggle label * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cc-toggle label label,
.cc-toggle label > span.cc-container {
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
.cc-toggle label input:focus + .cc-dot,
.cc-toggle label input:focus + label {
	outline: none;
}
.cc-toggle label label {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
}
.cc-toggle input {
	position: absolute;
	opacity: 0;
	z-index: 5;
}
.cc-toggle label > span.cc-container {
	position: absolute;
	left: -50px;
	width: 100%;
	margin: 0;
	padding-right: 50px;
	text-align: left;
	white-space: nowrap;
}
.cc-toggle label > span.cc-container span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 50%;
	margin-left: 50px;
	text-align: left;
	font-size: 0.9em;
	width: 100%;
	left: 15%;
	top: -1px;
	opacity: 0;
}
.cc-toggle label .cc-dot,
input[type=checkbox]:not(.default) + label > span.cc-dot{
	position: absolute;
	right: 50%;
	z-index: 4;
	display: block;
	height: 100%;
	padding: 0;
	left: 2px;
	width: 16px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.cc-toggle label > span.cc-container span.cc-off {
	color: #ffffff;
	opacity: 1;
	left: 40%;
}
.cc-toggle label > span.cc-container:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50px;
	top: -2px;
	background-color: #ccc;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.cc-toggle input:checked + label span.cc-container:before {
	background-color: #174016;
}
.cc-toggle input:checked + label span.cc-dot {
	left: 100%;
	margin-left: -8px;
}
.cc-toggle input:checked + label span span.cc-off {
	opacity: 0;
}
.cc-toggle input:checked + label span span.cc-on {
	opacity: 1;
}
.cc-close {
	background-color: transparent;
	position: relative;
	height: 41px;
	width: 41px;
	padding: 0;
	font-size: 0px;
}
.cc-close:before, .cc-close:after {
	position: absolute;
	content: ' ';
	top: 9px;
	right: 19px;
	height: 22px;
	width: 2px;
	background-color: #ffffff;
}
.cc-close:before {
	transform: rotate(45deg);
}
.cc-close:after {
	transform: rotate(-45deg);
}
.cc-panel,
.cc-banner {
	display: none;
	z-index: 99999;
}
.cc-panel.cc-active,
.cc-banner.cc-active {
	display: block;
}

.cc-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	border-top: 5px solid #002b00;
	padding: 0 15px;
	box-sizing: border-box;
}
.cc-banner.cc-small {
	width: auto;
	border-top: 0;
	background-color: #fff;
}
.cc-banner.cc-small .cc-settings {
	margin-left: 0;
}
.cc-banner .cc-content {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
}
.cc-banner .cc-content > div {
	display: table-cell;
	vertical-align: middle;
}
.cc-banner .cc-content p {
	color: #404040;
	margin: 10px 0;
	font-size: 14px;
	padding-right: 40px;
}

.cc-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.cc-panel .cc-content {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 15vh auto auto;
	background-color: #ffffff;
	position: relative;
}
.cc-panel .cc-tab-content > div {
	padding: 15px 30px;
}
.cc-panel .cc-header {
	padding: 15px 10px  15px 30px;
}
.cc-panel .cc-footer {
	padding: 15px;
}
.cc-panel .cc-header,
.cc-panel .cc-tabs {
	background-color: #23282d;
}
.cc-panel .cc-header:after,
.cc-panel .cc-body:after,
.cc-panel .cc-footer:after {
	content: "";
	display: table;
	clear: both;
}
.cc-panel .cc-header p {
	float: left;
	margin: 8px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.cc-panel .cc-header .cc-button,
.cc-panel .cc-footer .cc-button { float: right; }
.cc-panel .cc-tabs ul {
	margin: 0;
	padding: 0;
}
.cc-panel .cc-tabs li {
	padding: 15px 30px;
}
.cc-panel .cc-tabs li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.cc-panel p,
.cc-panel .cc-tab-content .cc-note {
	font-size: 12px;
	margin: 10px 0;
}
.cc-panel .cc-tabs,
.cc-panel .cc-tab-content {
	float: left;
	overflow-y: scroll;
}
.cc-panel .cc-tabs {
	height: 440px;
	width: 33.333%;
}
.cc-panel .cc-tab-content {
	width: 66.666%;
	height: 360px;
}
.cc-panel .cc-tab-content > div {
	position: relative;
	display: none;
}
.cc-panel .cc-tab-content > div.active {
	display: block;
}
.cc-panel .cc-tabs li:hover,
.cc-panel .cc-tabs li:focus {
	background-color: #174016;
}
.cc-panel .cc-tabs li.active {
	position: relative;
}
.cc-panel .cc-tabs li.active:after{
	content: "";
	display: inline-block;
	position: absolute;
	border: 13px solid white;
	border-color: transparent white transparent transparent;
	top: 12px;
	right: 0px;
}
.cc-panel .cc-tab-content .cc-note {
	position: absolute;
	top: 15px;
	right: 30px;
}
.cc-panel .cc-tab-content > div .cc-toggle {
	position: absolute;
	top: 24px;
	right: 30px;
}
.cc-panel .cc-tab-content .cc-note {
	font-weight: bold;
	color: #bdbdbd;
}
.cc-panel .cc-content .cc-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
}

.cc-full-message { display: block; }
.cc-basic-message { display: none; }
@media screen and (max-width: 767px) {
	.cc-full-message { display: none; }
	.cc-basic-message { display: block; }
	.cc-banner .cc-content { text-align: center; }
	.cc-banner .cc-content p { padding-right: 0; }
	.cc-banner .cc-content > div { display: block; float: left;	}
	.cc-panel .cc-tabs li a { font-size: 12px; }
}

.no-js .js-only {
	display: none!important;
}
.js .njs-only {
	display: none!important;
}
input[type=checkbox]:not(.default) + label > span,
input[type=radio]:not(.default) + label > span {
	background-image: none!important;
}