/* Home */

@charset "UTF-8";


.heroes {
	display: flex;
	background-color: #fff;
}

.hero {
	flex-basis: 33.333%;
	flex-grow: 1;
	min-width: 33.333%;
	position: relative;
	width: 100%; /* Any number */
	background-size: cover;
	background-position: center center;
}

.hero a {
	display: block;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 20px 50px;
	max-width: 460px;
	color: #333;
	height: 100%;
/* 	text-shadow: 0px 0px 12px rgba(255,255,255,1.0); */
}

.hero:first-child a {
	padding-left: 40px;
}

.hero:last-child a {
	padding-right: 40px;
}

.hero a:active {
	color: #333;
	background-color: rgba(0,0,0,0.1);
}

.herotitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -.04em;
	color: #333;
	margin-bottom: 20px;
}

.herotitle:before {
	display: block;
	line-height: 1;
	width: 64px;
	height: auto;
	margin-bottom: 8px;
}

.herotitlelabel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
}

.hero-experiencestrategy .herotitle:before {
	content: url(/assets/images/icon-service-experiencestrategy.svg);
}

.hero-designresearch .herotitle:before {
	content: url(/assets/images/icon-service-designresearch.svg);
}

.hero-humaninterface .herotitle:before {
	content: url(/assets/images/icon-service-humaninterface.svg);
}

.herotitle span {
	display: inline-block;
	white-space: nowrap;
}

.hero .moreline {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 0;
}

.hero .arrowed {
	font-size: 13px;
}

@media screen and (max-width:980px) { /* 980 breaking */
	
	.heroes {
		flex-direction: column;
	}
	
	.hero {
		border-bottom: 1px solid #eee;
	}

	.hero:last-child {
		border-bottom: none;
	}
	
	.hero a {
		height: initial;
	}
	
	.hero:first-child a {
		padding-left: 20px;
	}
	
	.hero:last-child a {
		padding-right: 20px;
	}

}

@media screen and (max-width:480px) {

	.hero a {
		padding: 30px 20px 36px;
	}
	
}

.subheroes {
	border-top: 1px solid #ddd;
}

.related {
	border-top: 1px solid #ddd; /* Override */
}

.subheroesbound {
	display: flex;
	justify-content: space-around;
}

.subhero {
}

.subhero a {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	color: #666;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	white-space: nowrap;
}

.subhero a:before {
	display: block;
	line-height: 1;
	width: 40px;
	min-width: 40px;
	height: auto;
	margin-right: 10px;
}

.subhero-news a:before {
		content: url(/assets/images/icon-category3.svg);
}

.subhero-blog a:before {
		content: url(/assets/images/icon-category162.svg);
}

.subhero-work a:before {
	content: url(/assets/images/icon-category96.svg);
}

.subhero-opportunities a:before {
		content: url(/assets/images/icon-opportunities.svg);
}

.subhero a:active {
	color: #666;
	background-color: rgba(0,0,0,0.1);
}

@media screen and (max-width:980px) { /* 980 breaking */
	
	.subhero a {
		flex-direction: column;
		font-size: 14px;
		padding-bottom: 35px;
	}

	.subhero a:before {
		margin-right: 0;
		margin-bottom: 6px;
	}

}

@media screen and (max-width:480px) {

	.subheroesbound {
		display: flex;
		justify-content: space-between;
	}

}

@media screen and (max-width:350px) { /* 350 breaking */

	.subheroesbound {
		display: block;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.subhero a {
		padding-top: 14px;
		padding-bottom: 14px;
	}

}

.master {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.masterlist {
	margin-top: 0;
}

@media screen and (max-width:480px) {

	.master {
		padding-top: 0;
		padding-bottom: 0;
	}

}


/* Mail Chimp */

#mc_embed_signup {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#mc_embed_signup .sociomedianewslabel {
	color: #555;
	margin-right: 0.3em;
	font-size: 0.9em;
}

#mc_embed_signup input.email {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 22px;
	height: 28px;
	margin: 0;
	border-radius: 3px;
	padding: 2px 0.4em;
	width: 350px;
	vertical-align: middle;
	margin-right: 3px;
	border: 1px solid #bbb;
}

#mc_embed_signup .button {
	-webkit-appearance: none;
	box-sizing: border-box;
	background-color: #aaa;
	height: 28px;
	line-height: 28px;
	margin: 0;
	font-size: 13px;
	vertical-align: middle;
	border-radius: 3px;
	color: #fff;
	padding: 0 18px;
	border: none;
	width: initial;
}

#mc_embed_signup .button:active {
	background-color: #666;
}

@media screen and (max-width:480px) {

	#mc_embed_signup {
		margin-top: 40px;
	}

	#mc_embed_signup input.email {
		width: 400px;
		max-width: 95%;
		margin-bottom: 10px;
	}

}
