/* body {
	color: #222;
	font: 0.625em Arial, 'å¾®è½¯é›…é»‘';
	background: #EEE;
} */

.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}

/* Framework */
#wrapper {
	overflow: hidden;
	
}
.content2 {
	margin: 0 auto;
	color: #222;
	font: 0.625em Arial, 'å¾®è½¯é›…é»‘';
}
.content2, #wrapper section h2, nav .inner {
	max-width: 1250px;
	min-width: 280px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.oneCol2, .twoCol2, .threeCol2, .fourCol2, .sixCol2 {
	float: left;
	margin:10px 0.3% 0 0.3%;
	/*margin-right: 0.8%;*/
	/*margin-top: 10px;*/
	height: 200px;
	background: #FFF;
	overflow: hidden;
	-webkit-transform-style: preserve-3d; 
}
.oneCol2 {
	width: 16%;
}
.twoCol2 {
	width: 32.6%;
}
.threeCol2 {
	width: 49.2%;
}
.fourCol2 {
	width: 32.6%;
	height: 410px;
}
.last {
	margin-right: 0;
}
.oneCol2 a, .twoCol2 a, .threeCol2 a, .fourCol2 a {
	display: block;
	padding-top: 40px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.icon {
	display: block;
	margin: 0 auto 20px auto;
	width: 68px;
	height: 68px;
	border: 6px solid #333;
	background: #FFF;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
.icon img {
	margin: 10px 0 0 10px;
}
a.linkB .icon {
	margin: 0 auto 30px auto;
}
a.linkB .tips {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#growth .training a:hover, #growth .usa a:hover, a.linkA:hover, a.linkB:hover {
	background: #333;
}
a.linkA:hover .icon, a.linkB:hover .icon {
    -webkit-animation: moveFromBottom 0.3s;
    -moz-animation: moveFromBottom 0.3s;
    -ms-animation: moveFromBottom 0.3s;
	-o-animation: moveFromBottom 0.3s;
    animation: moveFromBottom 0.3s;
}
a.linkA:hover .titleA, a.linkB:hover .titleB {
	color: #FFF;
 	-webkit-animation: moveFromLeftRotate 0.3s;
    -moz-animation: moveFromLeftRotate 0.3s;
    -ms-animation: moveFromLeftRotate 0.3s;
	-o-animation: moveFromLeftRotate 0.3s;
    animation: moveFromLeftRotate 0.3s;
}
a.linkC {
	position: relative;
	padding: 30px 0 0 30px;
	font-size: 3.6em;
	color: #FFF;
}
a.linkC img {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
/* a.linkC:hover .arrowA, section.current .aboutUs .arrowA {
	-webkit-animation: arrowA 0.5s infinite;
	-moz-animation: arrowA 0.5s infinite;
	-ms-animation: arrowA 0.5s infinite;
	-o-animation: arrowA 0.5s infinite;
	animation: arrowA 0.5s infinite;
} */

.teamShow2 .linkC:hover {
  
  animation: arrowA .5s infinite
}

.teamShow2 a span {
	font-size: 20px;
	padding-top: 20px;
	color: #fff;
  }

a.linkD .name, a.linkD .nameBg {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
	z-index: 50;
}
a.linkD .nameBg {
	background: #000;
	opacity: 0.7;
	z-index: 0;
}
a.linkD:hover .name, a.linkD:hover .nameBg {
	-webkit-animation: moveFromLeft 0.3s;
    -moz-animation: moveFromLeft 0.3s;
    -ms-animation: moveFromLeft 0.3s;
	-o-animation: moveFromLeft 0.3s;
    animation: moveFromLeft 0.3s;	
}

a.linkD {
	position: relative;
	padding: 0;
}


#teams .teamShow2 {
	background: #8CB64A url(../images/nesc/teams/op.png) no-repeat 30px bottom;
}
#teams .teamShow2 a {
	font-size: 1.8em;
}

/* Footer */
/* footer {
	padding: 20px 0 40px 0;
	font-size: 1.4em;
	text-align: center;
} */