/* Update: 2019-10-15 */
/* Update: 2019-10-17 */
/* Update: 2019-10-28 */
/* Update: 2019-10-05 dynamic content */

.ppb-show-btn {
}
.ppb-show-btn.ppb-show-btn-style-page {
	background-color: rgba(242,206,0,1);
	border: none;
	border-radius: 3px;
	padding: 5px 12px 6px 12px;
	cursor: pointer;
}
.ppb-show-btn.ppb-show-btn-style-footer {
	background-color: rgba(242,206,0,1);
	border: none;
	border-radius: 2px;
	padding: 4px 7px 5px 7px;
	cursor: pointer;
	margin: 0 0px;
}


#privacy-policy-banner {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #5f4c3f;
	background-color: #f2ce00;
	background-color: rgba(242,206,0,0.95);
	font-weight: 600;
	font-size: 15px;
	z-index: 100000;
	max-height: 100%;
	overflow-y: auto;
}
#privacy-policy-banner a {
	color: #5f4c3f;
	text-decoration: underline;
}
#privacy-policy-banner .ppb-container {
	box-sizing: border-box;
	display: flex;
	width: 860px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
}

#privacy-policy-banner .ppb-container .ppb-text {
}

#privacy-policy-banner .ppb-container .ppb-buttons {
	flex: 1;
	min-width: 195px;
	text-align: right;
	padding-top: 5px;
}
#privacy-policy-banner .ppb-container .ppb-buttons #ppb-btn-accept {
	text-decoration: none;
	color: #5f4c3f;
	border: 2px solid #5f4c3f;
	border-radius: 2px;
	padding: 3px 10px;
	margin-left: 8px;
	cursor: pointer;
}
#privacy-policy-banner a#ppb-btn-settings:after {
	content: url("images/ppb-down.svg");
	margin-left: 6px;
	display: inline-block;
	width: 15px;
}
#privacy-policy-banner a#ppb-btn-settings.up:after {
	content: url("images/ppb-up.svg");
	margin-left: 6px;
}


#privacy-policy-banner #idbannercolums {
	display: none;
/*	display: block;  FOR DEBUGGING */
	width: 100%;
	margin: 0;
}
#privacy-policy-banner .thebannercols .thebannercol {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 20px 5% 20px 2.5%;
}
#idbannercolums .thebannercol:first-of-type {
	padding: 20px 2.5% 20px 5%;
}
#idbannercolums .thebannercol:last-of-type {
	padding-left: 2.5%;
}
#idbannercolums .thecolheader {
	display: block;
	padding: 0 0 .2em 0;
	font-weight: 700;
	font-size: 18px;
}
#idbannercolums .thecolcontent p {
	color: #5f4c3f;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}

#privacy-policy-banner #pps-dynamic-content {
	display: block;
}

@media all and (max-width: 970px) {
	#privacy-policy-banner .ppb-container {
		margin: 0 5%;
		width: auto;
	}
}
@media all and (max-width: 600px) {
	#privacy-policy-banner .ppb-container {
		width: 90%;
		padding: 15px 5%;
		display: block; /* remove flex */
		margin: 0;
	}
	#privacy-policy-banner .ppb-container .ppb-buttons {
		width: 100%;
		padding-top: 15px;
	}

}
@media all and (max-width: 800px) {
	#privacy-policy-banner .text {
		width: 100%;
	}
	#privacy-policy-banner .thebannercols {
		margin-bottom: 0;
	}
	#privacy-policy-banner .thebannercols .thebannercol {
		width: 100%;
		padding: 1.5% 5%;
		padding-bottom: 0;
	}
}
