.header {
	min-width: 1400px;
}

.header-area {
	width: 100%;
	min-width: 1400px;
	height: 540px;
	background: url(../images/introbg.png);
	background-size: cover;
}

.header-container {
	width: 1400px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.copy-container-area {
	width: 33%;
	position: absolute;
	left: 0;
	height: 100%;
}

.copy-container-area img {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}

.people-header-area {
	height: 540px;
	position: absolute;
	right: -15px;
}

.header-person {
	height: 100%;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	-o-transition: width 0s, height 0s, background .5s;
  	-ms-transition: width 0s, height 0s, background .5s;
  	-moz-transition: width 0s, height 0s, background .5s;
  	-webkit-transition: width 0s, height 0s, background .5s;
  	transition: width 0s, height 0s, background .5s;
}

.header-person.digital-creative {
	width: 300px;
	background: url( ../images/digitalcreative-intro_v2.png) bottom right no-repeat;
	background-size: 293px;
}

.header-person.digital-creative:hover {
	background: url( ../images/digitalcreative-intro-color_v2.png) bottom right no-repeat;
	background-size: 293px;

}

.header-person.social-maven {
	width: 350px;
	background: url( ../images/socialmaven-intro.png) bottom right no-repeat;
	background-size: 317px;
}

.header-person.social-maven:hover {
	background: url( ../images/socialmaven-intro-color.png) bottom right no-repeat;
	background-size: 317px;
}

.header-person.jetsetter {
	width: 300px;
	background: url( ../images/jetsetter-intro_v2.png) bottom right no-repeat;
	background-size: 304px;
}

.header-person.jetsetter:hover {
	background: url( ../images/jetsetter-intro-color_v2.png) bottom right no-repeat;
	background-size: 304px;

}

.person-container {
	overflow: hidden;
}

.person.digital-creative {
	background-color: #bdc95c;
	height: 675px;
}

.digital-creative .person-container {
	height: 675px;
}

.person.social-maven {
	background-color: #00b0d1;
	height: 733px;
}

.social-maven .person-container {
	height: 733px;
}

.person.jetsetter {
	background-color: #1d242c;
	height: 738px;
}

.jetsetter .person-container {
	height: 738px;
}

.person-container {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
}

.person-container div {
	float: left;
}

.person-container img {
	width: 100%;
	height: auto;
}

.person-container .person-info {
	width: 31%;
	height: auto;
	position: absolute;
	bottom: 0;
}

.person-container .person-image {
	width: 66%;
	height: auto;
	position: absolute;
	right: 0;
}