/* -------------------------------------------------- */
		/* Team
		/* -------------------------------------------------- */	

		.team-member { 
			position: relative;
			overflow: hidden;
			font-size: 0;
		        padding: 5px 0 20px;
                        /*margin-left: -33px;*/
                        text-align: center; 
                              }

			.team-contents { width: 50000px;}

				.team-member article {
					overflow: hidden;
					float: left;
					display: block;
					margin: 0 20px;
					vertical-align: top;

					-webkit-transition: width .35s ease;
							transition: width .35s ease;}

					.contents { width: 250px; overflow: hidden;}

						.team-info {
							float: left;
							width: 250px;}

							.team-image { margin-bottom: 10px; min-height: 1px;}

								.team-group {
									padding: 25px 20px;
									border: 1px solid #e0e0e0;
									background-color: #fcfcfc;

									-webkit-transition: all .3s ease-in;
											transition: all .3s ease-in;}

								.team-member article:hover .team-group,
								.open .team-group {
									border-color: transparent;
									background-color: #003F80;}

									.team-title {
										margin-bottom: 3px;
										text-transform: uppercase;
										font-size: 24px;
										font-family: 'Roboto Condensed', sans-serif;}

									.team-position {
										margin-bottom: 5px;
										color: #aeaeae;
										font-size: 16px;}

									.team-title,
									.team-position {
										-webkit-transition: color .3s ease-in;
												transition: color .3s ease-in;}

									.team-member article:hover .team-title,
									.team-member article:hover .team-position,
									.open .team-title,
									.open .team-position { color: #fff;}

							.team-content {
								margin-left: 260px;
								border: 1px solid #e0e0e0;
								background-color: #fcfcfc;
								font-size: 15px;}

								.team-entry {
									padding: 20px 25px;
									width: 400px;}
			
			/* Directional Nav */
			
			.team-nav a {
				position: absolute; 
				top: 50%; 
				z-index: 10;
				display: block;
				overflow: hidden;
				margin-top: -35px; 
				width: 0px; 
				height: 0px; 
				border: 1px solid #dcdcdc;
				background-color: #fff;
				background-color: rgba(255,255,255, .75);
				text-align: center;
				font-size: 0;

				-webkit-border-radius: 3px;
						border-radius: 3px;
				-webkit-transition: all .25s ease;
						transition: all .25s ease;}
			
			.team-nav .prev { left: 30px;}
			.team-nav .next { right: 30px;}

			.team-nav a:hover { 
				border-color: transparent;
				background-color: #003F80;}

			.team-nav a:before {
				display: block;
				color: #003F80;
				font-size: 30px; 
				font-family: 'fontello';
				line-height: 68px;

				-webkit-transition: color .25s ease;
						transition: color .25s ease;}

			.team-nav .prev:before { content: '\e8b7';}
			.team-nav .next:before { content: '\e8b8';}

			.team-nav a:hover:before { color: #fff;}
			
		/* -------------------------------------------------- */