.team{
	margin-top:2.5rem;
}

.team .teambox{
	display:block;
	width: 94% !important;
	margin-bottom:50px;
	border-radius:4px;
    padding-bottom:40px;
	text-decoration:none;
	background:url('/images/global/icon-circle-minus-reverse.svg') left 50% bottom 20px no-repeat #E9EFF2;
	background-size:40px 40px;
	position: relative;
}
.team .teambox div{
	color:#121212;
	font-weight:600;
	line-height:1.444em;
	padding:30px 40px 40px 26px;
}
.team .teambox.on{
	background:url('/images/global/icon-circle-plus-reverse.svg') left 50% bottom 20px no-repeat #0075B4;
	background-size:40px 40px;
}
.team .teambox.on div{
	color:#FFFFFF;
}
.team .teambox div img{
	display:block;
}

.team .teambox div span{
	display:block;
	margin-bottom:1rem;
	color:#121212;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.2em;
}

.team .teambox.on div span{
	color:#FFFFFF;
}

.team hr{
	margin:1rem -3.125rem 2rem -3.125rem;
	height:2px;
	border:none;
	background-color:#E6E6E6;
}

.teammate-details{
	position:relative;
	top:-30px;
	clear:left;
	padding: 35px 1.5%;
}
.teammate-details .inner{
	/*background:#fff;*/
	padding: 2px 20px 0px 20px;
}
.teammate-details .inner p:first-child{
	font-size:1.3125rem;
	font-weight:600;
	color:#0075B4;
}

.teammate-details .inner p:last-child{
	text-align:center;
}

.card p a.close-team-box{
	display:inline-block;
	background:url('/images/global/icon-close-team.svg') center center no-repeat;
	background-size:40px 40px;
	line-height:40px;
	min-width:40px;
	vertical-align:middle;
	text-decoration:none;
}

.team .teambox.on:after{
	content:'';
	display:block;
	height:50px;
	position:absolute;
	left:0;
	right:0;
	top:97%;
}

.team .teambox.on:after{
	background:url('/images/global/team-box-open-bottom.svg') bottom right no-repeat;
}

.team-arrow-up{
	/*
	top:-10px;
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid #823AA6;*/
}

p.team-box-close{
	margin-bottom:0;
	margin-top:2rem;
}

/* Medium and up */
@media screen and (min-width: 40em) {

	.team .teambox{
		width: 47% !important;
	}
	
	.team .teambox div span {
    	font-size: 1.2rem;
	}
	.teammate-details .inner {
		padding: 2px 20px 0px 20px;
	}

}

@media screen and (min-width: 48em) {
	
	.team .teambox{
		width: 31% !important;
	}
	
	.team .teambox div span {
    	font-size: 1.5rem;
	}
	
}