/* MEMBER ENTITIES */
.member-entities-top {
	padding: 60px 10px 15px;
	background-image: url(../grp/member-entities.svg);
	background-repeat: no-repeat;
	background-position: center top;
}
.member-entities {
	background-color: #fff;
}
.member-entities > .body {
	padding:50px 25px;
	background-color: #fbfbfb;
}
@media (max-width: 768px){
	.member-entities > .body {
		padding:50px 10px;
	}
}
.member-entities-list {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap:  wrap;
  	-webkit-justify-content: center;
  	justify-content: center;
}
.member-entities-list li {
	width: 33%;
	max-width: 410px;
	padding: 20px 2% 40px;	
	position: relative;
}
@media (max-width: 580px){
	.member-entities-list li {
		width: 50%;
	}
}
.member-entities-list a {
	width: 100%;
}
.member-entities-list .img {
	position: relative;
	width: 100%;
	max-width: 280px;
}
.member-entities-list .country {
	position: relative;	
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

/* MEMBER ENTITIES */
.executive-committee {
	background: linear-gradient(#ececec,#fff, #edeced);
}
.executive-committee > .body {
	padding:80px 25px;
}
.executive-committee h1 {
	color: #0053a9;
	font-size: 36px;
	margin-bottom: 20px; 
}
.executive-committee .text {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 400;
}
@media (max-width: 768px){
	.executive-committee > .body {
		padding:80px 10px;
	}
}
.executive-committee-list {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap:  wrap;
  	-webkit-justify-content: center;
  	justify-content: center;
  	margin-top: 50px;
}
.executive-committee-list li {
	width: 20%;
	max-width: 410px;
	padding: 20px 2% 40px;	
	position: relative;
}
@media (max-width: 960px){
	.executive-committee-list li {
		width: 25%;
	}
}
@media (max-width: 580px){
	.executive-committee-list li {
		width: 50%;
	}
}
@media (max-width: 380px){
	.executive-committee-list li {
		width: 100%;
	}
}
.executive-committee-list a {
	width: 100%;
}
.executive-committee-list .img {
	position: relative;
	width: 100%;
	max-width: 143px;
	border-radius: 50%;
}
.executive-committee-list .position {
	color:#5384ff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.executive-committee-list .name {
	color:#7a7a7a;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.executive-committee-list .entity {
	color:#7a7a7a;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.executive-committee-list .country {
	position: relative;	
	display: block;
	width: 32px;
	height: 32px;
	margin: 10px auto;
}

/* SPONSORS */
.sponsors {
	background: #fff;
}
.sponsors > .body {
	padding:80px 25px;
}
.sponsors h1 {
	color: #0053a9;
	font-size: 36px;
	margin-bottom: 20px; 
}
.sponsors .text {
	color: #7a7a7a;
	font-size: 16px;
	font-weight: 400;
}
@media (max-width: 768px){
	.sponsors > .body {
		padding:80px 10px;
	}
}
.sponsors-list {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap:  wrap;
  	-webkit-justify-content: center;
  	justify-content: center;
}
.sponsors-list li {
	width: 33%;
	max-width: 410px;
	padding: 20px 2% 40px;	
	position: relative;
}
@media (max-width: 580px){
	.sponsors-list li {
		width: 100%;
	}
}
.sponsors-list a {
	width: 100%;
}
.sponsors-list .img {
	position: relative;
	width: 100%;
	max-width: 280px;
}