

.content h2.about_section_heading {
	font-family: univia-pro, 'Raleway', sans-serif; 
	color: #224496;
	color: #78b947;
	margin-bottom: 0.4em;
	font-size: 1.5em;
    font-weight: 400;
	
}


.wrapper--team 	.container,
.wrapper--team_heading .container {	
	max-width: 930px; 
}



.wrapper--team .container > .section > .column:first-of-type {
	width: 25% !important;
	flex: none !important;
}

.wrapper--team .container .content h2 {
	font-family: univia-pro, 'rawline', sans-serif; 
	color: #0777bd;
	margin-bottom: 0.5em;
	font-size: 1.2em;
    font-weight: 400;
	
}

.wrapper--team .container .content h3 {
	font-size: 0.9em;
	margin: 0; padding: 0;
	line-height: 1;
	margin-bottom: 0.2em;
	color: #555;
}

.wrapper--team p.team_photo img {
	border-radius: 200px;	
}

.wrapper--team .container .content p {
	font-size: 0.9em;

}
/************************************
* timeline
*/

.company_timeline {
	position: relative;
}
.company_timeline h2 {
	margin: 0;
	border-radius: 90px;
	font-weight: 700;
	background: #0777bd;
	color: #fff;
	display: inline-block;
	font-family: 'rawline', sans-serif; 
	line-height: 0;
	width: 90px;
	padding: 45px 0;
}
.timeline-item {
	width: 50%;
	padding: 30px;
	padding-left: 30px;
	padding-top: 60px;
	position: relative;
	color: rgba(0, 0, 0, 0.7);
	border-left: 2px solid rgb(7,119, 189);
	text-align: left;
	left: 50%;
}
.timeline-item h3 {
  position: absolute;
  left: 30px;
  top: 12px;
  display: block;
  font-weight: 700;
  font-size: 1.2em;
  color: #0777bd;
}
.timeline-item p {
	font-size: 0.85em;
}
.timeline-item:nth-child(odd) p {
	position: relative;
	left: calc(-100% - 60px);
	text-align: right;
}
.timeline-item:nth-child(odd) h3 {
	 left: -90px;
	 text-align: right;
}
.timeline-item::after {
  width: 20px;
  height: 20px;
  display: block;
  top: 1em;
  position: absolute;
  left: -12px;
  border-radius: 20px;
  content: '';
  border: 2px solid #0777bd;
  background: #0777bd;
}

.timeline-item.final {
     border-image: linear-gradient(to bottom, rgba(7,119, 189, 1) 60%, rgba(7,119, 189, 0)) 1 100%;
}


#timeline_trigger {
	opacity: 1;
	transition: opacity 1s ease-out;	
}
#timeline_trigger.lose_focus {
	opacity: 0;
}

#track_record_infographic p.button {
	transform: translateY(-6vw);
}

@media (max-width: 940px) {

	.container--infinite .content p.image_full  {
		height: 135px;
  		overflow: hidden; 
	}
	
	.container--infinite .content p.image_full  img {
		object-fit: cover;
		height: 100%;
	}
	
	.wrapper--team .container > .section {
		display: flex;
		margin-left: -30px;
	}
	.wrapper--team p.team_photo img {
		max-width: 100%;
		height: auto;	
	}
	

}


@media (max-width: 740px) {
	#track_record_infographic p.image_full {
		display: none;	
	}
	#track_record_infographic p.button {
		transform: none;
	}
}


@media (max-width: 540px) {
	.container--infinite .content p.image_full  {
		height: 95px;
 
	}
	.wrapper--team .container > .section > .column.col1 {
		width: 33% !important;

	}
	.wrapper--team .container > .section > .column.col2 {
		padding-left: 15px;

	}
	.company_timeline {
		text-align: left;
	}
	.company_timeline h2 {
		margin-left: 0;
		margin-right: auto;
		text-align: center;
		border-radius: 90px;
		width: 90px;
		padding: 45px 0;
	}

	.timeline-item {
		width: auto;
		margin-left: 45px;
		padding: 30px;
		padding-left: 30px;
		padding-top: 60px;
		position: relative;
		color: rgba(0, 0, 0, 0.7);
		border-left: 2px solid rgb(7,119, 189);
		text-align: left;
		left: auto;
	}
	.timeline-item h3 {
	  position: absolute;
	  left: auto;
	  top: 12px;
	  display: block;
	  font-weight: 700;
	  font-size: 1.2em;
	  color: #0777bd;
	}

	.timeline-item:nth-child(odd) p {
		position: relative;
		left: auto;
		text-align: left;
	}
	.timeline-item:nth-child(odd) h3 {
		 left: auto;
		 text-align: left;
	}

}

/** for screens larger than 1920px, we use static sizes instead of vw units*/
@media (min-width: 1930px) {
	

	#track_record_infographic p.button {
		transform: translateY(calc((-1920px * 0.06)));
	}

}