.hero-box_team {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f6f6f6;
}

/* team list */


.office-head {
	color: #58595b;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 700;
	display:table;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.25;
	margin-bottom: 26px;
	border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 13px;
}

.programmes-h3 {
	color: #006699;
	font-family: Montserrat, sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.programmes-h3_transversal {
	color: #00bff3;
}

.col-md_support .office-head_programmes,
.col-md_support .team-list__position,
.col-md_support .team-list__thumb {
	color: #7accc8;
}

.col-md_impact .office-head_programmes,
.col-md_impact .team-list__position,
.col-md_impact .team-list__thumb {
	color: #6dcff6;
}

.col-md_finance .office-head_programmes,
.col-md_finance .team-list__position,
.col-md_finance .team-list__thumb {
	color: #7da7d9;
}

.office-head_programmes {
	font-size: 24px;
	font-weight: 400;
	display: block;
	text-align: center;
	border-bottom-width: 12px;
}

.team-list {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.programmes-block {
	margin-top: 20px;
}

.programmes-block .team-list {
	display: block;
}

.team-list__item {
	list-style: none;
	margin-bottom: 15px;
}

.team-list__item:last-child {
	margin-bottom: 0;
}

.team-list__item-inner {
	display: table;
	width: 100%;
}

.team-list__thumb {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	color: #959595;
	border-color: inherit;
    border-style: solid;
    border-width: 0;
	background: #FFF;
	float: left;
	-webkit-transition: .2s all linear;
	   -moz-transition: .2s all linear;
	    -ms-transition: .2s all linear;
	     -o-transition: .2s all linear;
	        transition: .2s all linear;
}

.team-list__thumb img {
	-webkit-transition: .2s all linear;
	   -moz-transition: .2s all linear;
	    -ms-transition: .2s all linear;
	     -o-transition: .2s all linear;
	        transition: .2s all linear;
	border-radius: 50%;
}

.team-list__content {
	font-family: Montserrat;
	line-height: 24px;
	float: right;
	padding: 5px 0 5px 15px;
	width: 70%;
	width: calc(100% - 60px);
}

.team-list__name {
	color: #58595b;
	font-size: 22px;
	font-weight: 700;
}

.team-list__position {
	color: #5e5e5e;
	font-size: 18px;
	font-weight: 400;
}

.team-list__item-inner:hover .team-list__name,
.team-list__item-inner:hover .team-list__position {
	text-decoration: underline;
}

.team-list__item-inner:hover .team-list__thumb {
    border-width: 2px;
}

.team-list__item-inner:hover .team-list__thumb img {
	-webkit-transform: scale(.95);
	   -moz-transform: scale(.95);
	    -ms-transform: scale(.95);
	     -o-transform: scale(.95);
	        transform: scale(.95);
}

.team-note {
	color: #58595b;
	font-family: Montserrat, sans-serif;
	font-size: 17px;
	font-style: italic;
}

.team-panel-title a {
	font-family: Montserrat;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

.team-panel-title a:hover {
	text-decoration: none;
}

.team-panel-title h4 {
	color: #58595b;
	font-size: 30px;
	font-weight: 700;
}

/*  Team accordion*/
.team-accordion {
	margin-top: 80px;
	margin-bottom: 40px;
}

.team-accordeon .panel-group {
	position: relative;
}

.team-accordion__desc {
	color: #5e5e5e;
	font-size: 24px;
	font-weight: 400;
}

.team-accordion__desc_programme -support {
	color: #7accc8;
}

.team-accordion__desc_impact-sustainability {
	color: #6dcff6;
}

.team-accordion__desc_administration-finance {
	color: #7da7d9;
}

.team-accordion__content {
	color: #58595b;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.arrow-right_accordion {
	opacity: 0.6;
	display: block;
	width: 16px;
	height: 47px;
	background: url('../images/accordion-open.png') center no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	-webkit-transition: .3s all linear;
	   -moz-transition: .3s all linear;
	    -ms-transition: .3s all linear;
	     -o-transition: .3s all linear;
	        transition: .3s all linear;
}

.arrow-right_accordion:hover {
	opacity: 1;
}

.accordion-toggle-icon.collapsed {
	display: block;
	position: absolute;
	right: 0;
	top:60px;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
	-webkit-transition: .3s all linear;
	   -moz-transition: .3s all linear;
	    -ms-transition: .3s all linear;
	     -o-transition: .3s all linear;
	        transition: .3s all linear;
}


.accordion-toggle-icon {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 16px;
	height: 47px;
	-webkit-transition: .3s all linear;
	   -moz-transition: .3s all linear;
	    -ms-transition: .3s all linear;
	     -o-transition: .3s all linear;
	        transition: .3s all linear;
	-webkit-transform: translate(0, 0) rotate(90deg);
	   -moz-transform: translate(0, 0) rotate(90deg);
	    -ms-transform: translate(0, 0) rotate(90deg);
	     -o-transform: translate(0, 0) rotate(90deg);
	        transform: translate(0, 0) rotate(90deg);
}

@media (max-width: 1270px) {
	.accordion-toggle-icon.collapsed {
		right: 15px;
	}
	.accordion-toggle-icon {
		right: 30px;
	}
}

.team-accordion__content p:first-child {
	margin-top: 0;
}

.team-accordion__content p:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.team-panel-heading {
	padding: 30px 0;
	display: table;
	width: 100%;
}

.team-panel-heading__item {
	display: table-cell;
	vertical-align: middle;
}

.team-accordion__thumb-image {
	display: block;
	width: 104px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	-webkit-transition: .3s all ease;
	   -moz-transition: .3s all ease;
	    -ms-transition: .3s all ease;
	     -o-transition: .3s all ease;
	        transition: .3s all ease;

}

.team-accordion__thumb-image img {
	-webkit-transition: .3s all ease;
	   -moz-transition: .3s all ease;
	    -ms-transition: .3s all ease;
	     -o-transition: .3s all ease;
	        transition: .3s all ease;
	border-radius: 50%;
}

.with-date .accordion-toggle-icon.collapsed {
	top: 36px;
}

.zoomImage .team-accordion__thumb-image {
	width: 180px;
	height: 180px;
	-webkit-transition: .3s all ease;
	   -moz-transition: .3s all ease;
	    -ms-transition: .3s all ease;
	     -o-transition: .3s all ease;
	        transition: .3s all ease;
}

.zoomImage .team-accordion__thumb-image img {
	width: 182px;
	height: 182px;
}

.team-accordion__thumb-image img {
	width: 102px;
	height: 100px;
}

.team-accordion__thumb {
	width: 24%;
	text-align: center;
}

.team-panel-title {
	width: 76%;
	text-align: left;
	padding-right: 30px;
	padding-left: 15px;
}


.team-round-color__inner {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	display: block;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	background-color: #5e5e5e;
	top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.team-round-color__inner_programme -support {
	background-color: #7accc8;
}

.team-round-color__inner_impact-sustainability {
	background-color: #6dcff6;
}

.team-round-color__inner_administration-finance {
	background-color: #7da7d9;
}

.team-accordeon .collapse.in .team-round-color {
	display: block;
}

.team-accordeon .collapse.in  {
	position: relative;
	margin-bottom: 33px;
}

.team-accordeon .panel-group {
	margin-bottom: 74px;
}

.team-line-color.in-collapse {
	height: 100%;
}

.team-round-color {
	color: #5e5e5e;
	display: none;
	width: 48px;
	height: 48px;
	border: 3px solid #b7b7b7;
	background-color: #ffffff;
	position: absolute;
	left: 10%;
	top: 0;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	z-index: 3;
	margin: auto;
	bottom: 0;
}

.zoomImage .team-round-color {
	display: block;
}



.team-line-color {
	position: absolute;
	width: 5px;
	height: 98%;
	background-color: #b7b7b7;
	top: 33px;
	bottom: 0;
	z-index: 2;
	left: 11.85%;
}

.office-head {
	position: relative;
}



@media (min-width: 1025px) {
	.office-head:before {
		content: '';
		position: absolute;
		display: block;
		top: -16px;
		height: 2px;
		background-color: #ebebeb;
	}
	.office-head:after {
		content: '';
		position: absolute;
		display: block;
		top: -16px;
		left: 50%;
		margin-left: -1px;
		width: 2px;
		height: 20px;
		background-color: #ebebeb;
	}
}

.office-head_not-lines:before,
.office-head_not-lines:after {
	content: none!important;
}

.office-head_right:before {
	width: 50%;
	right: 0;
}

.office-head_left:before {
	width: 50%;
	left: 0;
}

.office-head_center:before {
	width: 140%;
  left: -20%;
}


@media (max-width: 1270px) {
	.team-panel-title {
		padding-left: 50px;
	}

}

.team-panel-default {
	background: none;
	border: none;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	margin-top: 0 !important;
}

.team-panel-default:after {
	content: '';
	position: absolute;
	width: 75%;
	height: 4px;
	background-color: #ebebeb;
	right: 0;
	bottom: 0;
}

.team-panel-default:last-child:after {
	content: none;
}

/*.team-panel-collapse.in {
	width: 76%;
}*/
.js-accordion-toggle {
	cursor: pointer;
	display: table;
}

.team-accordion__content {
	width: 76%;
	float: right;
	padding-bottom: 40px;
}

@media (max-width: 820px) {
	.team-panel-collapse.in {
		float: none;
		width: 100%;
	}

	.team-accordion__thumb {
		width: 12%;
	}

	.team-panel-title {
		width: 60%;
	}

	.team-panel-default:after {
		width: 100%;
	}

	.team-line-color,
	.team-round-color {
		display: none!important;
	}

	.team-accordion__content {
	    width: 100%;
	    float: none;
	}

	.accordion-toggle-icon {
		top: 20px;
	}
}

/*mava post navigation*/
.mava-post-nav-container {
	display: block;
	width: 100%;
	background: #f6f6f6;
}

.mava-post-nav {
	display: table;
	width: 100%;
	max-width: 1221px;
	margin-left: auto;
	margin-right: auto;
}

.mava-post-nav__item {
	display: table-cell;
	width: 33%;
	text-align: center;
	padding: 20px 10px;
}

.mava-post-nav__item a {
	font-size: 20px;
}

@media (max-width: 767px) {
	.mava-post-nav__item a {
		font-size: 15px;
	}
	.mava-post-nav__item:last-child {
		text-align: right;
		width: 40%;
	}
	.mava-post-nav__item:first-child {
		text-align: left;
		width: 40%;
	}
	.mava-post-nav__item:nth-child(2) {
		padding-left: 30px;
		width: 20%;
	}
}

@media (max-width: 550px) {
	.team-panel-heading {
		display: block;
		width: 100%;
	}
	.team-panel-heading__item {
		display: block;
		width: 100%;
		text-align: center;
	}

	.js-accordion-toggle {
	    margin-left: auto;
	    margin-right: auto;
	}

	.team-panel-title {
		margin-top: 20px;
		padding-left: 30px;
	}

}


