.stop-scrolling {
	height: 100%;
	overflow: hidden;
}

.result{
	margin: 0 20px;
	font-size: 16px;
}

.clear:before,
.clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.cookiesintro {
	margin-top:5px;
}
			
.gdpr-container {
	background-color:#2f343a;
	width:100%;
	color:#ffffff;
	font-size:14px;
	display:none;
	#border: 2px solid #ffffff;
}

.gdpr-container-child-headspacer {
	height:20px;
}

.gdpr-container-child-footspacer {
	height:20px;
}

.gdpr-container-child {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	#border: 2px solid #ff0000;
}		

.gdpr-header-left {
	font-size:20px;
	float:none;
}

.gdpr-middle-spacer1 {
	width: 3%;
	height: 20px;
	float: left;
	display: none;
}		

.gdpr-middle-spacer2 {
	width: 3%;
	height: 50px;
	float: left;
	display: none;
}

.gdpr-header-middle {
	font-size:12px;
	float:none;
	display:none;
}

.gdpr-header-right {
}

.right-links-col {
	font-size:16px;
	color:#ffffff;
}

.i-agree-link {
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
}

.i-disagree-link {
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
}

#overlay {
	position: fixed;
	display:none;
	top: 340px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	overflow: auto;
	width: 520px;
	height: 80%;
	background-color: #ffffff;
	color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 1;
	z-index: 300000;			
}

#accord1 {
	padding: 0px 0px 0px 0px;
}

.collapse {
	#background-color:#f5f5f5;
	padding: 5px 5px 5px 5px;
}

#overlay-content-head {
	height: 40px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #e9e9e9;
}

#overlay-content-body {
	position: absolute;
	overflow-y: scroll;
	padding-left: 0px;
	padding-right: 20px;
	top: 60px;
	bottom: 110px;
	margin: 1px 3px 0 30px;
	width: calc(100% - 30px);
}

#overlay-content-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #d8d8d8;
	text-align:center;
}

.gdprh1 {
	padding-left:0px;
}

.cookieoption {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-left:0px;
}

.cookietitle {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 16px;
	#color: #2F343A;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.element-spacer {
	width:100px;
	float: left;
	color:#ffffff;
	#border: 2px solid #ff0000;
}

.close-overlay {
	text-decoration:none;
}

.link-check-gdpr {
	display:none;
}

#gdpr-result {
	width:100%;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.show-gdpr-container {
	background-color: #2f343a;
	display:block;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	position:sticky;
	top:0;
	z-index:200000;
}

.hide-gdpr-container {
	background-color: #2f343a;
	display:none;
	width:100%;
	color:#ffffff;
	font-size: 14px;
	position:sticky;
	top:0;
	z-index:200000;
}

#pagebody {
	position:relative;
}

.rowspacer {
	height:20px;
}

.savepreferencesclass {
	text-align: center;
}

.collapse-ico {
	width: 20px;
	height: 20px;
	background: url(http://www.ebrd.com/images/collapse.png) no-repeat 0px 0px;
	position:relative;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:0px;
	float: right;
	display: block;	
}

.collapse-ico.open {
	background: url(http://www.ebrd.com/images/collapse.png) no-repeat 0px -21px;
}

.collapse-title {
	float:left;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:5px;
}

.view-details {
	font-size:12px;
	float:left;
	text-align:right;
	display:none;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
}

#accord1-collapse {
	width:20px;
	float:left;
}

#accord2-collapse {
	width:20px;
	float:left;
}

#essentialaccordstatus {
	display:none;
}

#marketingaccordstatus {
	display:none;
}

.overlay-accord {
	background-color:#E7F1F5;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
			
.chkboxclass {
	cursor: pointer;
}

#savepreferences {
	cursor:pointer;
}

.essentialtooltip {
	float:left;cursor:default;
}

.marketingtitle {
	float:left;
}

@media only screen and (min-width: 1200px) {
	.gdpr-header-left {
		font-size:20px;
		float:left;
	}
	
	.gdpr-middle-spacer1 {
		width: 3%;
		height: 50px;
		float: left;
		display: block;
	}		
	
	.gdpr-middle-spacer2 {
		width: 3%;
		height: 50px;
		float: left;
		display: block;
	}
	
	.gdpr-header-middle {
		font-size:12px;
		float:left;
		display:block;
	}
}