.global-nav{
	position: relative;
  z-index: 25;
}
.about-fold {
	background-repeat: no-repeat;
  background-size: 1204px 800px, cover;
  background-attachment: scroll;
  background-position: top center;
}
.about-fold.shipper{
	width: 100%;
  height: 460px;
}
.about-nav nav #logo .logo-fill{
	fill: rgba(255, 255, 255, 1.0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.about-nav nav .navigation ul li a{
	font-size: 13px;
  line-height: 1.0;
  color: rgba(255, 255, 255, 0.7);
}
.about-nav nav .navigation ul li a.active,
.about-nav nav .navigation ul li a:hover{
  color: rgba(255, 255, 255, 1);
}
.about-nav #signup a{
	background: #fff;
	color:#131924;
}
.about-nav #signup a:hover{
	background: #b4c2cc;
}
.about-fold .header{
	z-index: 24;
	position: relative;
}
.about-fold .header h3{
	margin-top: 120px;
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: 300;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.about-fold .header p{
	font-size: 24px;
	line-height: 28px;
	width: 400px;
	color: rgba(255, 255, 255, 0.72);
	margin-left: auto;
	margin-right: auto;
}

.about.shipper-bg-image{
	background: url('../images/team.jpg');
  background-size: cover;
  background-position: 50% 12%;
  z-index: 1;
	width: 100%;
  height: 460px;

  position: absolute;
  top: 0px;
  z-index: 5;

}
.about.shipper-bg-gradient{
	position: absolute;
  top: 0px;
  z-index: 10;
  opacity: 0.6;
	width: 100%;
  height: 460px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#495056+0,20242a+100 */
	background: rgb(73,80,86); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(73,80,86,1) 0%, rgba(32,36,42,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(73,80,86,1) 0%,rgba(32,36,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(73,80,86,1) 0%,rgba(32,36,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#495056', endColorstr='#20242a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/*
 *
 */
.about.section{
	background-color: rgba(250, 251, 252, 1.0);
	max-width: 964px;
	margin-left: auto;
	margin-right: auto;
}
.about.section h3{
	margin-top: 63px;
	margin-bottom: 19px;
}
.about.left{
	float: left;
 	width: 52%;
 	padding-left: 30px;
}
.about.right{
	float: right;
	width: 45%;
}

.about.timeline{
	max-width: 100%;
	height: 96px;
	border-bottom: 1px solid rgba(235, 238, 240, 1.0);
}

/* timeline */
ul.timeline{
	list-style-type: none;
	max-width: 964px;
	margin-left: auto;
	margin-right: auto;
  padding-left: 30px;
}
ul.timeline li{
	width: 19%;
	height: 96px;
	display: inline-block;
}
ul.timeline li h3{
	font-size: 15px;
	line-height: 15px;
	color: #000;
	font-weight: 500;    
	margin-top: 14px;
	margin-bottom: 4px;
}
ul.timeline li p{
	font-size: 13px;
	line-height: 25px;
	color: #788086;
	font-weight: 300;
}
ul.timeline li .dot{
	background-color: #0883cb;
	border: 3px solid #ffffff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.24);
	z-index: 24;
  height: 14px;
  width: 14px;
  border-radius: 16px;
  position: relative;
  top: -7px;
}


.about.section h3{
	font-size: 31px;
	line-height: 31px;
	color: #425361;
}
.about.section p{
	font-size: 15px;
	line-height: 25px;
	color: #788086;
}

/* team */
ul.team {
	float: left;
	margin-top: 63px;
}
ul.team li{
	list-style-type: none;
	float: left;
	height: 140px;
	width: 140px;
	text-align: center;
}
ul.team li .team-icon{
	position: relative;
	height: 100px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	background-color: #f3f3f3;
	border-radius: 100px;
	background-size: 100px 100px;
}
ul.team li span.label{
	position: relative;
	font-size: 12px;
	color: rgba(107, 119, 128, 0.52);
	font-weight: 400;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
}
ul.team li.selected{
	background: url('../img/about/ring.svg') no-repeat;
	background-size: 76px 76px;
  background-position: 12px 0px;
	fill: #ff9900;
}



.team-icon.team-1{
	background: url('../img/about/team/1@2x.png') no-repeat;
}
.team-icon.team-2{
	background: url('../img/about/team/2@2x.png') no-repeat;
}
.team-icon.team-3{
	background: url('../img/about/team/3@2x.png') no-repeat;
}
.team-icon.team-4{
	background: url('../img/about/team/4@2x.png') no-repeat;
}
.team-icon.team-5{
	background: url('../img/about/team/5@2x.png') no-repeat;
}
.team-icon.team-6{
	background: url('../img/about/team/6@2x.png') no-repeat;
}
.team-icon.team-7{
	background: url('../img/about/team/7@2x.png') no-repeat;
}
.team-icon.team-8{
	background: url('../img/about/team/8@2x.png') no-repeat;
}
.team-icon.team-9{
	background: url('../img/about/team/9@2x.png') no-repeat;
}
.team-icon.team-10{
	background: url('../img/about/team/10@2x.png') no-repeat;
}
.team-icon.team-11{
	background: url('../img/about/team/11@2x.png') no-repeat;
}
.team-icon.team-12{
	background: url('../img/about/team/12@2x.png') no-repeat;
}
.team-icon.team-13{
	background: url('../img/about/team/13@2x.png') no-repeat;
}
.team-icon.team-14{
	background: url('../img/about/team/14@2x.png') no-repeat;
}
.team-icon.team-15{
	background: url('../img/about/team/15@2x.png') no-repeat;
}
.team-icon.team-16{
	background: url('../img/about/team/16@2x.png') no-repeat;
}
.team-icon.team-17{
	background: url('../img/about/team/17@2x.png') no-repeat;
}
.team-icon.team-18{
	background: url('../img/about/team/18@2x.png') no-repeat;
}
.team-icon.team-19{
	background: url('../img/about/team/19@2x.png') no-repeat;
}
.team-icon.team-20{
	background: url('../img/about/team/20@2x.png') no-repeat;
}
.team-icon.team-21{
	background: url('../img/about/team/21@2x.png') no-repeat;
}
.team-icon.team-22{
	background: url('../img/about/team/22@2x.png') no-repeat;
}

.about-footer{
	clear: both;
}

.calls-to-action{
	padding-top: 28px;
  padding-bottom: 24px;
}
.calls-to-action span.buttons{
	font-size: 31px;
	line-height: 28px;
	margin-right: auto;
	margin-left: auto;
}
.calls-to-action .button{
	padding: 0px 16px;
  height: 39px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.0;
  letter-spacing: 0.8px;
  border: 0px;
}
.calls-to-action .button.primary{
  background-color: #5375bd;
  color: #fff;

}
.calls-to-action .button.primary:hover{
  background-color: #0373b0;
  color: #fff;

}
.calls-to-action .button.secondary{
	background-color: rgba(211, 215, 219, 1.0);
	color: #fff;
}
.calls-to-action span.hippo{
	background: url('../img/shipper-landing/cta-hippo@2x.png') no-repeat;
	height: 38px;
	width: 61px;
    
  position: absolute;
  background-size: contain;

  top: -15px;
  left: 111px;
  z-index: -10;

}




.team-popup{
	width: 220px;	
	position: relative;
	background-color: rgba(255, 255, 255, 1.0);
	border-radius: 7px;
	border: solid 1px rgba(247, 247, 247, 1.0);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12),  0px 0px 0px 1px rgba(0, 0, 0, 0.04);
	z-index: 50;
  left: -40px;
  top: 15px;
  padding-left: 16px;
  padding-top: 0px;

  display:none;
}
.team-popup h4{
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}
.team-popup .car{
	background: url('../img/about/caret-up.png') no-repeat;
	height: 8px;
	width: 26px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    top: -8px;
    left: -9px;
}
.team-popup p{
	font-size: 13px !important;
	line-height: 21px !important;
	color: #788086;
	height: auto !important;
	text-align: left !important;
	width: 190px !important;
}

@media(max-width: 932px){

	.about.right{
		float: right;
		width: 45%;
	}

	ul.team{
		height: 820px;
		overflow: hidden;
	}

}

@media(max-width: 600px){

	.global-nav > nav > .navigation{
		background: rgba(150,150,150,0.9);
	}
	.about.right{
	  width: 100%;
	}
	.about.left{
        width: 100%;
		margin-top: 70px;
		padding-right: 30px;
	}

	.about.section h3{
		text-align: center;
		font-size: 28px;
		line-height: 31px;
	}
	.about.section p{
		text-align: center;
	}

	.calls-to-action{
		width: 203px;
        margin-left: auto;
        margin-right: auto;
	}
	ul.team{    
		height: 78px;
        width: 100%;
        left: -4px;
        overflow: hidden;
        top: 520px;
        position: absolute;
	}
	ul.team li{
        height: 80px;
        width: 80px;
	}
	ul.team li .team-icon{
		height: 64px;
		width: 64px;
		background-size: 64px 64px;
		border-radius: 64px;

	}
	ul.timeline li{
		width: 45%;
	}
	.no-mobile{
		display:none !important;
	}

	.about-fold .header h3{
		font-size: 31px;
		line-height: 37px;
		width: 200px;
	}
	.about-fold .header p{
		font-size: 19px;
		line-height: 26px;
		width: 210px;
		text-align: center;
	}

}
