.history-row{
	max-width:1340px; margin: 0 auto;
}
.history-col{
	padding: 0% 5% 5% 5%;
}
.history-head-text, .history-text{
	font-family: 'GothamMedium',sans-serif !important;
    font-size: 18px;
	line-height:26px;
	color: #000000;
}
.history-text a{ color:#000000; font-weight:bold;}
.history-text a:hover{ color:#000000; font-weight:bold; text-decoration:underline;}
.history-head-text{
	padding: 5% 10%;
}
.our-people-head{
	padding: 5%;
}
.meet-team-head {
	padding: 3% 0px;	
}
.meet-team-subhead {
	padding-bottom: 3%;	
}
.meet-team-head h2{ text-align:center; color:#00ABC7; }
.meet-team-subhead h2{ text-align:center; color:#000000;font-size:28px; line-height:28px; font-family:'GothamMedium';}
.team-detail { text-align:center; padding:15px 0 30px; color:#000000;}
.team-detail .team-title{ font-family: 'Gotham',sans-serif !important;
    font-size: 18px; font-weight:bold; font-style:italic;
	line-height:26px;}
.team-detail .team-position{ font-family: 'GothamLight',sans-serif !important;
    font-size: 18px; font-style:italic;
	line-height:26px;}
.timeline {
  list-style: none;
  padding: 0px;
  position: relative;
  margin:0;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #00ABC7;
  left: 50%;
  margin-left: -1.5px;
}
.timeline li .downarrow {
	content: "";
    width: 30px;
    height: 30px;
    border-right: 5px solid #00ABC7;
    border-top: 5px solid #00ABC7;
    position: absolute;
    margin-top: 10px;
    margin-left: -13px;
    transform: rotate(135deg);
    display: inline-block;
	left: 50%;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:last-child {
  padding-bottom:40px;	
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  border: 1px solid #00ABC7;
  padding: 30px;
  position: relative;
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
/*margin-top: -60px;*/
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
	top: 25px;
	right: -66px;
	display: inline-block;
	border-top: 1px solid #00ABC7;
	border-left: 65px solid #00ABC7;
	content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  display: inline-block;
  content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 120px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 47%;
    margin-left: -25px;
    background-color: #00ABC7;
    z-index: 100;
    font-family: 'Gotham',sans-serif !important;
    font-size: 38px !important;
    line-height: 50px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 55px;
  left: -55px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.timeline > li > .timeline-badge{
		width: 100px;
		height: 40px;
		font-size: 30px !important;
		line-height: 38px;
	}
	.timeline > li > .timeline-panel:before { top: 20px; }
	.timeline > li > .timeline-panel { padding: 20px;}
}
@media screen and (max-width: 480px) {
	.timeline > li:not(.timeline-inverted) {
		padding-right:0px;
	}
	.timeline > li.timeline-inverted {
		padding-left:0px;
	}
	.timeline:before{z-index:5;}
	.timeline > li > .timeline-panel{
		padding:10px;width: 100%; margin: 45px auto 0 auto;z-index: 99; background: #fff;
	}
	.timeline > li > .timeline-panel:before{border:0px;}
	
}
@media screen and (max-width: 430px) {
	.timeline > li > .timeline-badge {left:44%;}
}