#roarmap{
	width: 100%;
	height: 200px;
	background-color: rgb(234, 234, 234);
	font-size: 12px;
}

#roarmap-image, #bmc-image{
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	text-align: center;
}

#roarmap-image > div, #bmc-image > div{
	width: 100%;
}

#roarmap-description, #bmc-description{
	width: 35%;
	float: left;
	display: flex;
	height: 100%;
	align-items: center;
	line-height: 25px;
}

#roarmap-description a, #bmc-description a, .blue-row a, .white-row a{
	text-decoration: none;
	color: initial;
}

.funding-mandates-button{
	background-color: #2a88b7;
	color: white;
	padding: 7px 20px;
	border-radius: 20px;
}

#bmc{
	width: 100%;
	height: 150px;
	background-color: #072635;
	color: white;
	font-size: 12px;
	margin-top: 30px;
}


#content-funding-mandates{
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	margin-top: 30px;
}

#container-main{
	margin:40px auto;
	width:95%;
	min-width:320px;
	max-width:960px;
}

#container-main h1{
	font-size: 40px;
	text-shadow:4px 4px 5px #16a085;
}

.accordion-container {
	width: 100%;
	margin: 0 0 20px;
	clear:both;
	border: 1px solid #efefef;
    border-radius: 5px;
}

.accordion-titulo {
	position: relative;
	display: block;
	padding: 20px;
	font-size: 16px;
	font-weight: 300;
	background: white;
	color: #2a88b7;
	text-decoration: none;
	border-radius: 10px;
}

/*.accordion-titulo.open {
	background: #16a085;
	color: #fff;
}
.accordion-titulo:hover {
	border: 1px solid #2a88b7;
}*/

.accordion-titulo span.toggle-icon:before {
	content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
	content:"-";
}

.accordion-titulo span.toggle-icon {
	position: absolute;
	top: 17px;
	right: 20px;
	font-size: 22px;
}

.accordion-content {
	display: none;
	padding: 20px;
	overflow: auto;
	padding-top: 0px;
}

.accordion-content p{
	margin:0;
}

.accordion-content img {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	width: 50%;
	height: auto;
}
		
.blue-row{
	background-color: #eef5f9;
	padding: 10px 20px;
	display: table;
	width: 97%;
	line-height: 25px;
}
			
.white-row{
	background-color: white;
	padding: 10px 20px;
	display: table;
	width: 97%;
	line-height: 25px;
}
			
.row-top, .row-bottom{
	display: table-row;
}
			
.row-top label, .row-bottom label{
	display: table-cell;
}
			
.text-normal-top, .mandate{
	width: 70%;
}
			
.country{
	text-transform: uppercase;
	color: #ccc;
}
			
.label-mandate{
	padding: 1px 12px;
	background-color: #39b54a;
	border-radius: 5px;
	text-transform: uppercase;
	color: white;
	font-size: 11px;
}
			
.label-national-mandate{
	padding: 1px 12px;
	background-color: #662d91;
	border-radius: 5px;
	text-transform: uppercase;
	color: white;
	font-size: 11px;
}

#map-disclaimer{
	width: 80%;
    margin: 0 auto;
    text-align: justify;
    font-size: 12px;
    color: #808080;
}

#map-disclaimer h3{
	color: #2a88b7 !important;
}

#credits-map{
	width: 80%;
    margin: 0 auto;
    font-size: 12px;
}

#credits-map a{
	padding: 0;
    background-color: initial;
    display: initial;
    color: #2a88b7 !important;
}

#credits-map a:hover{
	color: #072635 !important;
}
			
@media (max-width: 767px) {
	.accordion-content {
		padding: 10px 0;
	}
}
			
#title-map{
	color: #2a88b7;
	margin-left: 10%;
}

#asia-pacific-mandates, #europe-north-america-mandates{
	display: none;
}

#chartdiv {
  width: 100%;
  height: 500px;
}




#background-menu{
	width: 100%;
	height: 250px;
	background-image: url(/okp/goap/core/themes/goap/images/menu/fondo-oaworldwide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#page-information{
	height: calc(100% - 100px);
    margin-top: 50px;
}

#submenu > div{
	width: 90%;
}

@media only screen and (max-width: 599px) {
	#background-menu {
		height: 250px;
	}
	
	#roarmap, #bmc{
		height: auto;
		padding: 30px 0px;
	}
	
	#roarmap-image, #bmc-image{
		float: none;
	}
	
	#roarmap-description, #bmc-description{
		float: none;
	}
	
	#roarmap-image, #bmc-image{
		width: 90%;
		margin: 0 auto;
	}
	
	#roarmap-image > div > img{
		width: 90%;
		margin-bottom: 10px;
	}
	
	#roarmap-description, #bmc-description{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	#bmc-image > div > img{
		margin-bottom: 10px;
	}
	
	#title-map{
		font-size: 14px;
		margin: 5%;
		text-align: center;
	}
	
	#chartdiv{
		height: auto;
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){	
	#roarmap, #bmc{
		height: auto;
		padding: 30px 0px;
	}
	
	#roarmap-image, #bmc-image{
		float: none;
	}
	
	#roarmap-description, #bmc-description{
		float: none;
	}
	
	#roarmap-image, #bmc-image{
		width: 90%;
		margin: 0 auto;
	}
	
	#roarmap-image > div > img{
		width: 330px;
		margin-bottom: 10px;
	}
	
	#roarmap-description, #bmc-description{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	#bmc-description > div{
		width: 100%;
	}
	
	#bmc-image > div > img{
		margin-bottom: 10px;
	}
	
	#title-map{
		font-size: 14px;
		margin: 5%;
		text-align: center;
	}
	
	#chartdiv{
		height: 260px;
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#roarmap-image > div > img{
		width: 300px;
	}
	
	#roarmap-description, #bmc-description{
		width: 45%;
	}
	
	#chartdiv{
		height: 340px;
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#chartdiv{
		height: 440px;
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1200px) {}